Reorganized API + added db migrations
Read the README file for more informations
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE users ADD COLUMN attributes jsonb;
|
||||
Reference in New Issue
Block a user
Read the README file for more informations
@@ -0,0 +1 @@
|
||||
ALTER TABLE users ADD COLUMN attributes jsonb;
|
||||