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);