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

2 lines
124 B
MySQL
Raw Normal View History

2024-05-09 04:00:14 +00:00
UPDATE subscriptions SET storage = 5368709120, expiry_time = 1749355117000000 where storage = 1073741824 and plan = 'free';