From 1bb85818ca5d7569c17e56d523d9668b83973e65 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Mon, 22 Feb 2016 16:08:40 -0800 Subject: Fixing device id column for droid --- i18n/en.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index f45f65526..cafae022e 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2359,6 +2359,10 @@ "id": "store.sql.create_index.critical", "translation": "Failed to create index %v" }, + { + "id": "store.sql.remove_index.critical", + "translation": "Failed to remove index %v" + }, { "id": "store.sql.create_index_missing_driver.critical", "translation": "Failed to create index because of missing driver" @@ -2403,6 +2407,14 @@ "id": "store.sql.rename_column.critical", "translation": "Failed to rename column %v" }, + { + "id": "store.sql.alter_column_type.critical", + "translation": "Failed to alter column type %v" + }, + { + "id": "store.sql.maxlength_column.critical", + "translation": "Failed to get max length of column %v" + }, { "id": "store.sql.schema_out_of_date.warn", "translation": "The database schema version of %v appears to be out of date" -- cgit v1.2.3-1-g7c22