fix: 修复ne_info表判断导致删除

This commit is contained in:
TsMask
2025-10-20 19:13:06 +08:00
parent 9e489734fa
commit 7e04255b11

View File

@@ -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,