mattermost/server/channels/db/migrations/postgres/000048_create_oauth_apps.down.sql

6 lines
189 B
SQL

ALTER TABLE oauthapps DROP COLUMN IF EXISTS iconurl;
ALTER TABLE oauthapps DROP COLUMN IF EXISTS istrusted;
DROP INDEX IF EXISTS idx_oauthapps_creator_id;
DROP TABLE IF EXISTS oauthapps;