mirror of
https://github.com/mattermost/mattermost.git
synced 2026-04-15 22:12:19 -04:00
6 lines
197 B
MySQL
6 lines
197 B
MySQL
|
|
CREATE INDEX IF NOT EXISTS idx_sharedchannelusers_user_id ON sharedchannelusers (userid);
|
||
|
|
|
||
|
|
ALTER TABLE sharedchannelusers DROP COLUMN IF EXISTS channelid;
|
||
|
|
|
||
|
|
DROP TABLE IF EXISTS sharedchannelusers;
|