add: communities is_forum
This commit is contained in:
parent
9a128a3f0c
commit
1f545a0b21
9 changed files with 52 additions and 4 deletions
|
@ -12,4 +12,8 @@ ADD COLUMN IF NOT EXISTS storage_capacity TEXT DEFAULT '"Tier1"';
|
|||
|
||||
-- letters replying_to
|
||||
ALTER TABLE letters
|
||||
ADD COLUMN IF NOT EXISTS replying_to TEXT DEFAULT 0;
|
||||
ADD COLUMN IF NOT EXISTS replying_to BIGINT DEFAULT 0;
|
||||
|
||||
-- communities is_forum
|
||||
ALTER TABLE communities
|
||||
ADD COLUMN IF NOT EXISTS is_forum INT DEFAULT 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue