From 1707d71bfdd88300f1a78f6a9c6db514b820e966 Mon Sep 17 00:00:00 2001 From: deartibers <947466799@qq.com> Date: Wed, 16 Nov 2022 14:04:39 +0800 Subject: [PATCH] =?UTF-8?q?camera=E8=A1=A8=E9=87=8C=E7=9A=84kindId?= =?UTF-8?q?=E4=B8=BAnull=E7=9A=84=E5=8F=98=E6=88=901314?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../script/1.3.5/data/1.camera_kindId_update.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 code/VideoAccess-VCMP/script/1.3.5/data/1.camera_kindId_update.sql diff --git a/code/VideoAccess-VCMP/script/1.3.5/data/1.camera_kindId_update.sql b/code/VideoAccess-VCMP/script/1.3.5/data/1.camera_kindId_update.sql new file mode 100644 index 0000000..b683552 --- /dev/null +++ b/code/VideoAccess-VCMP/script/1.3.5/data/1.camera_kindId_update.sql @@ -0,0 +1 @@ +UPDATE camera SET kind_id = 1314 WHERE kind_id IS null \ No newline at end of file