ente/server/migrations/85_increase_free_storage.up.sql

2 lines
130 B
MySQL
Raw Permalink Normal View History

2024-05-09 06:27:15 +00:00
UPDATE subscriptions SET storage = 5368709120, expiry_time = 1749355117000000 where storage = 1073741824 and product_id = 'free';