From c089a0619919c9c149dd7899add935dec0deb08f Mon Sep 17 00:00:00 2001 From: Guillaume Heurtier <guillaume.heurtier@maarch.org> Date: Tue, 22 Oct 2019 11:38:15 +0200 Subject: [PATCH] FEAT #11982 TIME 0:10 removed doctypes_indexes --- migration/19.12/1912-postScript.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/migration/19.12/1912-postScript.sql b/migration/19.12/1912-postScript.sql index 71d804175fb..91c0bf56762 100644 --- a/migration/19.12/1912-postScript.sql +++ b/migration/19.12/1912-postScript.sql @@ -25,6 +25,8 @@ DROP TABLE IF EXISTS mlb_coll_ext; ALTER TABLE priorities DROP COLUMN IF EXISTS default_priority; +DROP TABLE IF EXISTS doctypes_indexes; + ALTER TABLE res_letterbox DROP COLUMN IF EXISTS custom_t1; ALTER TABLE res_letterbox DROP COLUMN IF EXISTS custom_t2; ALTER TABLE res_letterbox DROP COLUMN IF EXISTS custom_t3; -- GitLab