mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
7 lines
No EOL
229 B
SQL
7 lines
No EOL
229 B
SQL
-- 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; |