mirror of
https://github.com/mattermost/mattermost.git
synced 2026-04-15 14:08:55 -04:00
6 lines
130 B
MySQL
6 lines
130 B
MySQL
|
|
DROP INDEX IF EXISTS idx_threads_channel_id;
|
||
|
|
|
||
|
|
ALTER TABLE threads DROP COLUMN IF EXISTS channelid;
|
||
|
|
|
||
|
|
DROP TABLE IF EXISTS threads;
|