ente/server/migrations/91_increase_free_validity.up.sql
2024-09-04 13:05:36 +05:30

2 lines
144 B
SQL

UPDATE subscriptions SET expiry_time = 4749355117000000 where storage = 5368709120 and product_id = 'free' and original_transaction_id ='none';