fix for retention logic
This commit is contained in:
parent
70c0ba44f0
commit
e6bfe2d444
35 changed files with 2108 additions and 132 deletions
|
|
@ -0,0 +1,6 @@
|
|||
ALTER TABLE public.account_settings
|
||||
DROP COLUMN IF EXISTS disallow_unlimited_stargifts,
|
||||
DROP COLUMN IF EXISTS disallow_limited_stargifts,
|
||||
DROP COLUMN IF EXISTS disallow_unique_stargifts,
|
||||
DROP COLUMN IF EXISTS disallow_premium_gifts,
|
||||
DROP COLUMN IF EXISTS disallow_stargifts_from_channels;
|
||||
Loading…
Add table
Add a link
Reference in a new issue