feat: add migration to enable pg_search extension

This commit is contained in:
YuTengjing
2026-03-10 10:29:22 +08:00
parent 3cf4f28af0
commit e23a25f4ee
3 changed files with 12439 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
-- Custom SQL migration file, put your code below! --
DO $$ BEGIN
CREATE EXTENSION IF NOT EXISTS pg_search;
EXCEPTION WHEN OTHERS THEN
RAISE NOTICE 'pg_search extension not available, skipping';
END $$;

File diff suppressed because it is too large Load Diff

View File

@@ -630,6 +630,13 @@
"when": 1772723999146,
"tag": "0089_add_api_key_hash",
"breakpoints": true
},
{
"idx": 90,
"version": "7",
"when": 1773109704611,
"tag": "0090_enable_pg_search",
"breakpoints": true
}
],
"version": "6"