Add sidebar builder

This commit is contained in:
handi
2025-12-04 22:08:15 +01:00
parent e2d96c712e
commit 3c0e58dfc1
6 changed files with 138 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
begin;
alter table dashboards
add column page_file text;
alter table dashboards
add column dash_type text;
INSERT INTO schema_version (version) VALUES ('20251204_210700_add_col_page_dashboards');
COMMIT;