mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 16:20:13 +00:00
Add disabling reaction pings
This commit is contained in:
parent
216dfffe58
commit
59af6f02e8
8 changed files with 45 additions and 9 deletions
|
|
@ -1,3 +1,3 @@
|
|||
-- SCHEMA VERSION 4: 2020-02-14
|
||||
-- SCHEMA VERSION 5: 2020-02-14
|
||||
alter table servers add column log_cleanup_enabled bool not null default false;
|
||||
update info set schema_version = 5;
|
||||
3
PluralKit.Core/Migrations/6.sql
Executable file
3
PluralKit.Core/Migrations/6.sql
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
-- SCHEMA VERSION 6: 2020-03-21
|
||||
alter table systems add column pings bool not null default true;
|
||||
update info set schema_version = 6;
|
||||
Loading…
Add table
Add a link
Reference in a new issue