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

6 lines
140 B
MySQL
Raw Permalink Normal View History

2024-11-19 17:35:09 -07:00
-- database version 49
-- add guild name format
alter table system_guild add column name_format text;
update info set schema_version = 49;