Add navigation in sidebar
This commit is contained in:
14
migrations/20251130_200000_add_col_area.sql
Normal file
14
migrations/20251130_200000_add_col_area.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
begin;
|
||||
|
||||
alter table dashboards
|
||||
add column zgrp1 text;
|
||||
|
||||
alter table dashboards
|
||||
add column zgrp2 text;
|
||||
|
||||
alter table dashboards
|
||||
add column zgrp3 text;
|
||||
|
||||
INSERT INTO schema_version (version) VALUES ('20251130_200000_add_col_area');
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user