diff --git a/build/database/lite/upgrade/upg_ne_info.sql b/build/database/lite/upgrade/upg_ne_info.sql index a971107c..ab2c2c10 100644 --- a/build/database/lite/upgrade/upg_ne_info.sql +++ b/build/database/lite/upgrade/upg_ne_info.sql @@ -1,8 +1,7 @@ -- ---------------------------- -- Table structure for ne_info -- ---------------------------- -DROP TABLE IF NOT EXISTS "ne_info"; -CREATE TABLE "ne_info" ( +CREATE TABLE IF NOT EXISTS "ne_info" ( "id" integer NOT NULL, "ne_type" text(32) NOT NULL, "ne_id" text(32) NOT NULL,