Fix queries
This commit is contained in:
parent
330cfe6f7c
commit
e55af84157
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
UPDATE subscriptions SET storage = 5368709120, expiry_time = 1749355117000000 where storage = 1073741824 and plan = 'free';
|
||||
-- no-op
|
||||
|
|
|
@ -1 +1 @@
|
|||
-- no-op
|
||||
UPDATE subscriptions SET storage = 5368709120, expiry_time = 1749355117000000 where storage = 1073741824 and product_id = 'free';
|
||||
|
|
Loading…
Reference in a new issue