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