Bump up free trial
This commit is contained in:
parent
e528e5406f
commit
84cbf33299
2 changed files with 2 additions and 0 deletions
1
server/migrations/85_increase_free_storage.down.sql
Normal file
1
server/migrations/85_increase_free_storage.down.sql
Normal file
|
@ -0,0 +1 @@
|
|||
UPDATE subscriptions SET storage = 5368709120, expiry_time = 1749355117000000 where storage = 1073741824 and plan = 'free';
|
1
server/migrations/85_increase_free_storage.up.sql
Normal file
1
server/migrations/85_increase_free_storage.up.sql
Normal file
|
@ -0,0 +1 @@
|
|||
-- no-op
|
Loading…
Add table
Reference in a new issue