mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
Migrate existing free folks
This commit is contained in:
parent
214573e0c2
commit
69c71d23c3
1
server/migrations/98_increase_free_storage.down.sql
Normal file
1
server/migrations/98_increase_free_storage.down.sql
Normal file
@ -0,0 +1 @@
|
||||
UPDATE subscriptions SET storage = 5368709120, expiry_time = 1749355117000000 where storage = 10737418240 and product_id = 'free';
|
1
server/migrations/98_increase_free_storage.up.sql
Normal file
1
server/migrations/98_increase_free_storage.up.sql
Normal file
@ -0,0 +1 @@
|
||||
UPDATE subscriptions SET storage = 10737418240, expiry_time = 1749355117000000 where storage = 5368709120 and product_id = 'free';
|
Loading…
x
Reference in New Issue
Block a user