replaceable-events (#1)

This commit is contained in:
Danny Morabito 2025-03-18 15:06:13 +00:00
parent fc6e1c59a5
commit 7dbb4a522f
3 changed files with 187 additions and 22 deletions

View file

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