mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 21:16:49 +00:00
7 lines
229 B
MySQL
7 lines
229 B
MySQL
|
|
-- database version 35
|
||
|
|
-- add guild avatar and guild name to system guild settings
|
||
|
|
|
||
|
|
alter table system_guild add column avatar_url text;
|
||
|
|
alter table system_guild add column display_name text;
|
||
|
|
|
||
|
|
update info set schema_version = 35;
|