mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 06:47:56 +00:00
Add group and system colors
This commit is contained in:
parent
1b791fd7f9
commit
3603d52e9e
11 changed files with 138 additions and 5 deletions
7
PluralKit.Core/Database/Migrations/13.sql
Normal file
7
PluralKit.Core/Database/Migrations/13.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue