mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 21:16:49 +00:00
9 lines
275 B
MySQL
9 lines
275 B
MySQL
|
|
-- SCHEMA VERSION 15: 2021-08-01
|
||
|
|
-- add banner (large) images to entities with "cards"
|
||
|
|
|
||
|
|
alter table systems add column banner_image text;
|
||
|
|
alter table members add column banner_image text;
|
||
|
|
alter table groups add column banner_image text;
|
||
|
|
|
||
|
|
update info set schema_version = 15;
|