mirror of
https://github.com/zadam/trilium.git
synced 2025-02-23 06:26:31 +08:00
1 line
125 B
SQL
1 line
125 B
SQL
CREATE VIRTUAL TABLE note_fulltext USING fts5(noteId UNINDEXED, title, titleHash UNINDEXED, content, contentHash UNINDEXED);
|