✨ Fully rewrite relay
This commit is contained in:
parent
190e38dfc1
commit
20ffbd4c6d
47 changed files with 3489 additions and 128 deletions
4
migrations/3-replaceableAndDeleteableEvents.sql
Normal file
4
migrations/3-replaceableAndDeleteableEvents.sql
Normal file
|
@ -0,0 +1,4 @@
|
|||
ALTER TABLE events
|
||||
ADD COLUMN replaced INTEGER NOT NULL DEFAULT 0;
|
||||
ALTER TABLE events
|
||||
ADD COLUMN deleted INTEGER NOT NULL DEFAULT 0;
|
Loading…
Add table
Add a link
Reference in a new issue