mirror of
https://github.com/axllent/mailpit.git
synced 2025-05-15 22:16:44 +02:00
7 lines
213 B
SQL
7 lines
213 B
SQL
-- 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;
|