Add private/linkable/public privacy rules
This commit is contained in:
parent
1620aae27c
commit
613a1dc086
6 changed files with 76 additions and 36 deletions
5
db/migrations/0006-add-privacy-to-space.sql
Normal file
5
db/migrations/0006-add-privacy-to-space.sql
Normal file
|
@ -0,0 +1,5 @@
|
|||
BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE guild_space ADD COLUMN privacy_level TEXT NOT NULL DEFAULT 0;
|
||||
|
||||
COMMIT;
|
Loading…
Add table
Add a link
Reference in a new issue