mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
7 lines
No EOL
199 B
SQL
7 lines
No EOL
199 B
SQL
-- SCHEMA VERSION 13: 2021-03-28 --
|
|
-- Add system and group colors --
|
|
|
|
alter table systems add column color char(6);
|
|
alter table groups add column color char(6);
|
|
|
|
update info set schema_version = 13; |