don't delete replaceable events, replace them, and fix bug with tag array returning

This commit is contained in:
Danny Morabito 2025-03-17 23:16:47 +01:00
parent 4c554c91a6
commit 583776d52a
Signed by: dannym
GPG key ID: 7CC8056A5A04557E
2 changed files with 38 additions and 9 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE events
ADD COLUMN replaced INTEGER NOT NULL DEFAULT 0;