Files
caravel/backend/migrations/0002_created_at.sql
T
Jon Staab a34f5ec41d
Docker / build-and-push-image (push) Successful in 1h8m33s
Split out migration
2026-06-11 16:23:08 -07:00

4 lines
137 B
SQL

ALTER TABLE relay ADD COLUMN created_at INTEGER NOT NULL DEFAULT 0;
CREATE INDEX IF NOT EXISTS idx_relay_created ON relay (created_at);