feat: add user profile settings tab
This commit is contained in:
1
migrations/0052_add-bio-col-to-user_account.up.sql
Normal file
1
migrations/0052_add-bio-col-to-user_account.up.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE user_account ADD COLUMN bio text NOT NULL DEFAULT '';
|
Reference in New Issue
Block a user