Files
rustpad/migrations/0004_pad_owners.sql
T
2026-07-20 15:59:15 +02:00

3 lines
137 B
SQL

ALTER TABLE pads ADD COLUMN owner_map TEXT NOT NULL DEFAULT '[]';
ALTER TABLE revisions ADD COLUMN owner_map TEXT NOT NULL DEFAULT '[]';