Add some new fields for users table
This commit is contained in:
8
migrations/20251130_124700_add_col_email_users.sql
Normal file
8
migrations/20251130_124700_add_col_email_users.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
begin;
|
||||
|
||||
alter table users
|
||||
add column email text not null;
|
||||
|
||||
INSERT INTO schema_version (version) VALUES ('20251130_124700_add_col_email_users');
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user