PluralKit/crates/migrate/data/migrations/49.sql
alyssa 47c5990218 chore: move migrations to rust
also adds some basic test seed data
2025-07-24 01:36:04 +00:00

6 lines
No EOL
140 B
SQL

-- database version 49
-- add guild name format
alter table system_guild add column name_format text;
update info set schema_version = 49;