mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-23 13:21:06 -05:00
removed FTS5 completely
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
CREATE VIRTUAL TABLE note_fulltext USING fts5(noteId UNINDEXED, title, titleHash UNINDEXED, content, contentHash UNINDEXED)
|
||||
/* note_fulltext(noteId,title,titleHash,content,contentHash) */;
|
||||
CREATE TABLE IF NOT EXISTS "sync" (
|
||||
`id` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
|
||||
`entityName` TEXT NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user