mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Some checks failed
Build and push Rust service Docker images / rust docker build (push) Waiting to run
rust checks / cargo fmt (push) Waiting to run
Build and push Docker image / .net docker build (push) Has been cancelled
.net checks / run .net tests (push) Has been cancelled
.net checks / dotnet-format (push) Has been cancelled
7 lines
No EOL
228 B
SQL
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; |