feat: add user profile settings tab
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE user_account ADD COLUMN bio text NOT NULL DEFAULT '';
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
ALTER TABLE user_account ADD COLUMN bio text NOT NULL DEFAULT '';
|
||||