forked from coracle/caravel
Split out migration
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user