Closed mmcx closed 4 years ago
Typo bug:
-DROP INDEX IF EXISTS items_file_id_string_id; +DROP INDEX IF EXISTS strings_string_context;
https://github.com/evernote/serge/blob/7fa16fa26ad98b9bb36d5bdd499738e3753ccd4e/lib/Serge/sqlite_schema.sql#L65
Fixed. Thanks for reporting!
Typo bug:
-DROP INDEX IF EXISTS items_file_id_string_id; +DROP INDEX IF EXISTS strings_string_context;
https://github.com/evernote/serge/blob/7fa16fa26ad98b9bb36d5bdd499738e3753ccd4e/lib/Serge/sqlite_schema.sql#L65