mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
6 lines
161 B
MySQL
6 lines
161 B
MySQL
|
|
-- database version 33
|
||
|
|
-- add webhook_avatar_url to system members
|
||
|
|
|
||
|
|
alter table members add column webhook_avatar_url text;
|
||
|
|
|
||
|
|
update info set schema_version = 33;
|