Update migrations
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
begin;
|
||||
|
||||
alter table users
|
||||
add column active integer default 1;
|
||||
|
||||
INSERT INTO schema_version (version) VALUES ('20251203_202200_add_col_active_table_users');
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user