- Add migration 0016 to drop notes column from roasters table - Remove notes from domain structs, repositories, views, CLI, routes - Remove notes from AI extraction prompts and ExtractedRoaster struct - Remove notes from scan page form and submission handler - Update templates, bootstrap script, backup module, and tests
1 line
40 B
SQL
1 line
40 B
SQL
ALTER TABLE roasters DROP COLUMN notes;
|