fix(fts): remove migration statements of old 0236
Some checks failed
Checks / main (push) Has been cancelled

This commit is contained in:
perfectra1n 2025-11-28 21:36:12 -08:00
parent f21aa321f6
commit 09df73e125

View File

@ -6,11 +6,6 @@
// Migrations should be kept in descending order, so the latest migration is first.
const MIGRATIONS: (SqlMigration | JsMigration)[] = [
// Clean up custom SQLite search tables (replaced by FTS5 trigram)
{
version: 236,
module: async () => import("./0236__cleanup_sqlite_search.js")
},
// Add FTS5 full-text search support and strategic performance indexes
{
version: 234,