| 1 | -- One-time: add the crash-group summary column to the live reasonix-crash DB. |
| 2 | -- Apply once: wrangler d1 execute reasonix-crash --remote --file=migrate-title.sql |
| 3 | -- Not idempotent (the ALTER errors if the column already exists). Fresh installs |
| 4 | -- get the column from schema.sql. |
| 5 | ALTER TABLE groups ADD COLUMN title TEXT NOT NULL DEFAULT ''; |
| 6 |