mattermost/server/channels/db/migrations/postgres/000091_create_post_reminder.down.sql

3 lines
No EOL
87 B
SQL

DROP INDEX IF EXISTS idx_postreminders_targettime;
DROP TABLE IF EXISTS postreminders;