Skip to content

Commit e15319a

Browse files
authored
Merge pull request #164 from ChayanDass/gist/index
fix(db): down query for gist index name mismatch Reviewed-by: [email protected] Tested-by: [email protected]
2 parents 3824ea0 + 7f97a9b commit e15319a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
-- SPDX-FileCopyrightText: 2025 Chayan Das <[email protected]>
22
-- SPDX-License-Identifier: GPL-2.0-only
33

4-
-- Drop the GIST indexs
5-
DROP INDEX IF EXISTS trgm_rf_text_idx;
6-
DROP INDEX IF EXISTS trgm_text_idx;
7-
8-
4+
-- Drop the GIST indexes
5+
DROP INDEX IF EXISTS gist_rf_text_idx;
6+
DROP INDEX IF EXISTS gist_text_idx;
97

108
-- Drop pg_trgm extension
119
DROP EXTENSION IF EXISTS pg_trgm;

0 commit comments

Comments
 (0)