ente/server/migrations/85_increase_free_storage.up.sql
2024-05-09 11:57:15 +05:30

2 lines
130 B
SQL

UPDATE subscriptions SET storage = 5368709120, expiry_time = 1749355117000000 where storage = 1073741824 and product_id = 'free';