mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-05 05:17:54 +00:00
8 lines
181 B
MySQL
8 lines
181 B
MySQL
|
|
-- database version 47
|
||
|
|
-- remove unused functions
|
||
|
|
|
||
|
|
drop function trg_msgcount_decrement cascade;
|
||
|
|
drop function trg_msgcount_increment cascade;
|
||
|
|
|
||
|
|
update info set schema_version = 49;
|