ente/server/migrations/55_extend_subs.up.sql

7 lines
243 B
MySQL
Raw Normal View History

2024-03-01 08:07:01 +00:00
update subscriptions
set expiry_time = 1704067200000000 -- 01.01.2024
where
product_id = 'free' and
storage = 1073741824 and -- ignore those whose plans we upgraded manually
expiry_time < 1672531200000000; -- 01.01.2023