serge-community / serge

Continuous localization platform
https://serge.io/
Other
236 stars 52 forks source link

Typo bug: DROP index items_file_id_string_id after CREATE #125

Closed mmcx closed 4 years ago

mmcx commented 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

iafan commented 4 years ago

Fixed. Thanks for reporting!