diff options
-rw-r--r-- | db/db.sql | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,4 +14,4 @@ CREATE TABLE IF NOT EXISTS entries ( search_vector TSVECTOR DEFAULT NULL ); -CREATE INDEX entries_search_vector_idx ON entries USING gin(search_vector);
\ No newline at end of file +CREATE INDEX entries_search_vector_idx ON entries USING GIN(search_vector);
\ No newline at end of file |