mirror of
https://github.com/zadam/trilium.git
synced 2025-12-05 06:54:23 +01:00
fix(fts): remove migration statements of old 0236
Some checks failed
Checks / main (push) Has been cancelled
Some checks failed
Checks / main (push) Has been cancelled
This commit is contained in:
parent
f21aa321f6
commit
09df73e125
@ -6,11 +6,6 @@
|
|||||||
|
|
||||||
// Migrations should be kept in descending order, so the latest migration is first.
|
// Migrations should be kept in descending order, so the latest migration is first.
|
||||||
const MIGRATIONS: (SqlMigration | JsMigration)[] = [
|
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
|
// Add FTS5 full-text search support and strategic performance indexes
|
||||||
{
|
{
|
||||||
version: 234,
|
version: 234,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user