PluralKit/crates/migrate/data/migrations/54.sql

6 lines
175 B
MySQL
Raw Permalink Normal View History

2025-11-07 09:57:35 -05:00
-- database version 54
-- add short/full option for fronter list
alter table system_config add column fronter_list_format int default 0;
update info set schema_version = 54;