Migrate existing free folks

This commit is contained in:
vishnukvmd 2025-03-24 14:45:38 +05:30
parent 214573e0c2
commit 69c71d23c3
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
UPDATE subscriptions SET storage = 5368709120, expiry_time = 1749355117000000 where storage = 10737418240 and product_id = 'free';

View File

@ -0,0 +1 @@
UPDATE subscriptions SET storage = 10737418240, expiry_time = 1749355117000000 where storage = 5368709120 and product_id = 'free';