Fix queries

This commit is contained in:
vishnukvmd 2024-05-09 11:57:15 +05:30
parent 330cfe6f7c
commit e55af84157
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
UPDATE subscriptions SET storage = 5368709120, expiry_time = 1749355117000000 where storage = 1073741824 and plan = 'free'; -- no-op

View file

@ -1 +1 @@
-- no-op UPDATE subscriptions SET storage = 5368709120, expiry_time = 1749355117000000 where storage = 1073741824 and product_id = 'free';