mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-27 00:36:34 +00:00
- Migration v0.5: rebuild layouts table without template_id, display_id, regions, grid_cols, grid_rows, is_default - Migration v0.6: rebuild layout_cells table without region_name - Migration v0.7: drop layout_templates table entirely (concept removed) - createLayout simplified to clean column set (no sentinel values) - createLayoutCell simplified (no region_name placeholder) - Removed all layout_template repo methods (dead code) Answers user question "why template_id/display_id in template": SQLite can't drop columns without rebuilding the table. Now done properly. |
||
|---|---|---|
| .. | ||
| index.ts | ||
| mappers.ts | ||
| migrations.ts | ||
| repository.ts | ||
| util.ts | ||