[server] Fix expiry time for free users (#6213)

## Description
Fix the bug introduced by
69c71d23c3
where we reset the expiry-time for free users.
This commit is contained in:
Neeraj
2025-06-09 05:47:02 +05:30
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
UPDATE subscriptions SET expiry_time = 1749355117000000 where storage = 10737418240 and product_id = 'free';

View File

@@ -0,0 +1 @@
UPDATE subscriptions SET expiry_time = 4749355117000000 where storage = 10737418240 and product_id = 'free';