mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix: move old command_messages table in migration 52
This commit is contained in:
parent
fdfa2baaef
commit
497bee9487
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@
|
|||
create index messages_by_original on messages(original_mid);
|
||||
create index messages_by_sender on messages(sender);
|
||||
|
||||
-- remove old table from database version 11
|
||||
alter table command_messages rename to command_messages_old;
|
||||
|
||||
create table command_messages (
|
||||
mid bigint primary key,
|
||||
channel bigint not null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue