- Add migration 0014 to drop the notes column from cafes table - Remove notes from domain structs, repository, view model, CLI, routes - Remove notes textarea/column from web templates - Update bootstrap script and all test files
1 line
37 B
SQL
1 line
37 B
SQL
ALTER TABLE cafes DROP COLUMN notes;
|