1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-05-27 22:57:35 +02:00

7 lines
213 B
MySQL
Raw Normal View History

-- DROP LEGACY MIGRATION TABLE
DROP TABLE IF EXISTS {{ tenant "darwin_migrations" }};
-- DROP LEGACY TAGS COLUMN
DROP INDEX IF EXISTS {{ tenant "idx_tags" }};
ALTER TABLE {{ tenant "mailbox" }} DROP COLUMN Tags;