- Add migrations 0014 and 0015 to drop notes columns - Remove notes from domain structs, repositories, views, CLI, routes - Remove notes textarea/columns from web templates - Update bootstrap script, tests, backup module, and README
1 line
36 B
SQL
1 line
36 B
SQL
ALTER TABLE cups DROP COLUMN notes;
|