From 27b125cf98c0b503347bfb18b98b9afadf636d87 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: Sun, 2 Jul 2023 12:40:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A4=87=E7=94=A8=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/初始化.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/初始化.sql b/sql/初始化.sql index 273da91b..f2952ba1 100644 --- a/sql/初始化.sql +++ b/sql/初始化.sql @@ -283,7 +283,6 @@ create table wvp_user_role ( create_time character varying(50), update_time character varying(50) ); - create table wvp_resources_tree ( id serial primary key , is_catalog bool default true, @@ -294,6 +293,7 @@ create table wvp_resources_tree ( path character varying(255) ); + /*初始数据*/ INSERT INTO wvp_user VALUES (1, 'admin','21232f297a57a5a743894a0e4a801fc3',1,'2021-04-13 14:14:57','2021-04-13 14:14:57','3e80d1762a324d5b0ff636e0bd16f1e3'); INSERT INTO wvp_user_role VALUES (1, 'admin','0','2021-04-13 14:14:57','2021-04-13 14:14:57');