The notes field was not providing enough value to justify its presence. Simplified the Gear entity by removing notes from: - Domain structs (Gear, NewGear, UpdateGear) - SQL repository queries and GearRecord - HTTP client methods - CLI commands (--notes flag) - Web views and templates - All related tests Added migration 0008_remove_gear_notes.sql to drop the column. |
||
|---|---|---|
| .. | ||
| 0001_init.sql | ||
| 0002_auth.sql | ||
| 0003_sessions.sql | ||
| 0004_add_bags.sql | ||
| 0005_add_action_to_timeline.sql | ||
| 0006_add_gear.sql | ||
| 0007_update_timeline_constraint_for_gear.sql | ||
| 0008_remove_gear_notes.sql | ||