diff options
author | Michael McVady <femtonaut@gmail.com> | 2024-01-15 23:00:07 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2024-01-15 23:00:07 -0600 |
commit | bdc3b3a26803300c0d1eeb3b86ed12c7586fb538 (patch) | |
tree | 512b391efc05085c07a93ca9808d9438c533bf50 /db/db.sql | |
parent | f12bfe926169c9a69664b02969465e64436e3682 (diff) |
SQL linting
Diffstat (limited to 'db/db.sql')
-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 |