Add sidebar builder
This commit is contained in:
11
migrations/20251204_210700_add_col_page_dashboards.sql
Normal file
11
migrations/20251204_210700_add_col_page_dashboards.sql
Normal 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;
|
||||
Reference in New Issue
Block a user