From 56df5405f63ed446c8c3e926e9373756c3983c41 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Tue, 20 Dec 2022 11:26:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=90=A4=E7=9F=B3=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../script/1.3.5.1/data/1.update_secret_yingshi.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/VideoAccess-VCMP/script/1.3.5.1/data/1.update_secret_yingshi.sql b/code/VideoAccess-VCMP/script/1.3.5.1/data/1.update_secret_yingshi.sql index 31f646a..ed08b98 100644 --- a/code/VideoAccess-VCMP/script/1.3.5.1/data/1.update_secret_yingshi.sql +++ b/code/VideoAccess-VCMP/script/1.3.5.1/data/1.update_secret_yingshi.sql @@ -1 +1 @@ -INSERT INTO secret_yingshi (id, key, secret, token, expire) VALUES (DEFAULT, '88c43faadfd545baaaadbb1a84a060d5', 'ac6da04021c4d410c7033ccff991d981', null, null) \ No newline at end of file +INSERT INTO secret_yingshi (key, secret, token, expire) VALUES ('88c43faadfd545baaaadbb1a84a060d5', 'ac6da04021c4d410c7033ccff991d981', null, null) \ No newline at end of file