From 82013c9cde901c54fdb3a833890aa693e8542627 Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Mon, 11 Sep 2023 15:43:14 +0000 Subject: [PATCH] fix(migrations): remove if exists modifier for drop index fixes #382 --- .../2023-06-12-010000_add_full_text_search_indexes.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Database/Migrations/2023-06-12-010000_add_full_text_search_indexes.php b/app/Database/Migrations/2023-06-12-010000_add_full_text_search_indexes.php index 310ce8f3..8b4c3d24 100644 --- a/app/Database/Migrations/2023-06-12-010000_add_full_text_search_indexes.php +++ b/app/Database/Migrations/2023-06-12-010000_add_full_text_search_indexes.php @@ -11,7 +11,7 @@ class AddFullTextSearchIndexes extends BaseMigration $prefix = $this->db->getPrefix(); $createQuery = <<db->query($createQuery); @@ -37,14 +37,14 @@ class AddFullTextSearchIndexes extends BaseMigration $createQuery = <<db->query($createQuery); $createQuery = <<db->query($createQuery);