From 7e04255b117d868cd7186579a1a02b136394ce29 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 20 Oct 2025 19:13:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dne=5Finfo=E8=A1=A8?= =?UTF-8?q?=E5=88=A4=E6=96=AD=E5=AF=BC=E8=87=B4=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/database/lite/upgrade/upg_ne_info.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,