mirror of
https://github.com/mattermost/mattermost.git
synced 2026-04-15 22:12:19 -04:00
9 lines
264 B
MySQL
9 lines
264 B
MySQL
|
|
DROP INDEX IF EXISTS idx_commands_team_id;
|
||
|
|
DROP INDEX IF EXISTS idx_commands_update_at;
|
||
|
|
DROP INDEX IF EXISTS idx_commands_create_at;
|
||
|
|
DROP INDEX IF EXISTS idx_commands_delete_at;
|
||
|
|
|
||
|
|
ALTER TABLE commands DROP COLUMN IF EXISTS pluginid;
|
||
|
|
|
||
|
|
DROP TABLE IF EXISTS commands;
|