Update migrations
This commit is contained in:
11
migrations/20251203_202900_add_col_order_tables.sql
Normal file
11
migrations/20251203_202900_add_col_order_tables.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
begin;
|
||||
|
||||
alter table roles
|
||||
add column order_no integer;
|
||||
|
||||
alter table permissions
|
||||
add column order_no integer;
|
||||
|
||||
INSERT INTO schema_version (version) VALUES ('20251203_202900_add_col_order_tables');
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user