Add navigation in sidebar
This commit is contained in:
11
migrations/20251130_200600_add_col_order.sql
Normal file
11
migrations/20251130_200600_add_col_order.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
begin;
|
||||
|
||||
alter table dashboards
|
||||
add column order_no integer default 0;
|
||||
|
||||
alter table groups
|
||||
add column order_no integer default 0;
|
||||
|
||||
INSERT INTO schema_version (version) VALUES ('20251130_200600_add_col_order');
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user