Split out migration
Docker / build-and-push-image (push) Successful in 1h8m33s

This commit is contained in:
Jon Staab
2026-06-11 16:23:08 -07:00
parent 4ebc9fe61b
commit a34f5ec41d
2 changed files with 3 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
ALTER TABLE relay ADD COLUMN created_at INTEGER NOT NULL DEFAULT 0;
CREATE INDEX IF NOT EXISTS idx_relay_created ON relay (created_at);