Add a deletions table
parent
e68dc04900
commit
231afe464a
|
@ -0,0 +1,5 @@
|
|||
CREATE TABLE IF NOT EXISTS deletions (
|
||||
event_id TEXT NOT NULL,
|
||||
deletes TEXT NOT NULL,
|
||||
CONSTRAINT ev_uniq UNIQUE (event_id)
|
||||
);
|
Loading…
Reference in New Issue