From 17d259dc5249e7d0c13ea604d93d0000b85e3b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Tue, 2 Apr 2024 16:57:34 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E5=88=A0=E8=A1=A8=E8=AF=AD=E5=8F=A5=20=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E8=87=AA=E8=A1=8C=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/sql/ry_vue_5.X.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/sql/ry_vue_5.X.sql b/script/sql/ry_vue_5.X.sql index e03e46162..8e8822c80 100644 --- a/script/sql/ry_vue_5.X.sql +++ b/script/sql/ry_vue_5.X.sql @@ -869,7 +869,6 @@ insert into sys_client values (1, 'e5cd7e4891bf95d1d19206ce24a7b32e', 'pc', 'pc1 insert into sys_client values (2, '428a8310cd442757ae699df5d894f051', 'app', 'app123', 'password,sms,social', 'android', 1800, 604800, 0, 0, 103, 1, sysdate(), 1, sysdate()); -DROP TABLE if EXISTS test_demo; CREATE TABLE test_demo ( id bigint(0) NOT NULL COMMENT '主键', @@ -889,7 +888,6 @@ CREATE TABLE test_demo PRIMARY KEY (id) USING BTREE ) ENGINE = InnoDB COMMENT = '测试单表'; -DROP TABLE if EXISTS test_tree; CREATE TABLE test_tree ( id bigint(0) NOT NULL COMMENT '主键',