mattermost/server/channels/db/migrations/postgres/000034_create_oauthauthdata.down.sql

4 lines
117 B
MySQL
Raw Permalink Normal View History

2022-01-08 03:16:07 -05:00
CREATE INDEX IF NOT EXISTS idx_oauthauthdata_client_id ON oauthauthdata (code);
DROP TABLE IF EXISTS oauthauthdata;