fix: user notification/request counts
This commit is contained in:
parent
29155ddb0c
commit
46e38042ce
4 changed files with 46 additions and 15 deletions
|
@ -9,3 +9,7 @@ ADD COLUMN IF NOT EXISTS is_deactivated INT DEFAULT 0;
|
|||
-- apps storage_capacity
|
||||
ALTER TABLE apps
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue