create messages_fulltext table when creating db from scratch
This commit is contained in:
parent
e3ecfe349c
commit
5a374c062e
1 changed files with 2 additions and 0 deletions
|
@ -200,6 +200,8 @@ class StoreSchemaDefinition implements LockableDatabase.SchemaDefinition {
|
|||
"BEGIN " +
|
||||
"DELETE FROM message_parts WHERE root = OLD.message_part_id;" +
|
||||
"END");
|
||||
|
||||
db.execSQL("CREATE VIRTUAL TABLE messages_fulltext USING fts4 (fulltext)");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue