PluralKit/crates/migrate/data/migrations/54.sql
2025-12-25 12:32:16 -05:00

7 lines
No EOL
228 B
SQL

-- database version 54
-- initial support for premium
alter table system_config add column premium_until timestamp;
alter table system_config add column premium_lifetime bool default false;
update info set schema_version = 54;