don't delete replaceable events, replace them, and fix bug with tag array returning
This commit is contained in:
parent
4c554c91a6
commit
583776d52a
2 changed files with 38 additions and 9 deletions
2
migrations/3-replaceableEvents.sql
Normal file
2
migrations/3-replaceableEvents.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE events
|
||||
ADD COLUMN replaced INTEGER NOT NULL DEFAULT 0;
|
Loading…
Add table
Add a link
Reference in a new issue