mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
7 lines
228 B
MySQL
7 lines
228 B
MySQL
|
|
-- 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;
|