mattermost/server/channels/db/migrations/postgres/000029_create_bots.down.sql

4 lines
83 B
MySQL
Raw Permalink Normal View History

2022-01-08 03:16:07 -05:00
ALTER TABLE bots DROP COLUMN IF EXISTS lasticonupdate;
DROP TABLE IF EXISTS bots;