Commit 27b125cf98c0b503347bfb18b98b9afadf636d87

Authored by 648540858
1 parent 64cd48a9

增加备用字段

Showing 1 changed file with 1 additions and 1 deletions
sql/初始化.sql
@@ -283,7 +283,6 @@ create table wvp_user_role ( @@ -283,7 +283,6 @@ create table wvp_user_role (
283 create_time character varying(50), 283 create_time character varying(50),
284 update_time character varying(50) 284 update_time character varying(50)
285 ); 285 );
286 -  
287 create table wvp_resources_tree ( 286 create table wvp_resources_tree (
288 id serial primary key , 287 id serial primary key ,
289 is_catalog bool default true, 288 is_catalog bool default true,
@@ -294,6 +293,7 @@ create table wvp_resources_tree ( @@ -294,6 +293,7 @@ create table wvp_resources_tree (
294 path character varying(255) 293 path character varying(255)
295 ); 294 );
296 295
  296 +
297 /*初始数据*/ 297 /*初始数据*/
298 INSERT INTO wvp_user VALUES (1, 'admin','21232f297a57a5a743894a0e4a801fc3',1,'2021-04-13 14:14:57','2021-04-13 14:14:57','3e80d1762a324d5b0ff636e0bd16f1e3'); 298 INSERT INTO wvp_user VALUES (1, 'admin','21232f297a57a5a743894a0e4a801fc3',1,'2021-04-13 14:14:57','2021-04-13 14:14:57','3e80d1762a324d5b0ff636e0bd16f1e3');
299 INSERT INTO wvp_user_role VALUES (1, 'admin','0','2021-04-13 14:14:57','2021-04-13 14:14:57'); 299 INSERT INTO wvp_user_role VALUES (1, 'admin','0','2021-04-13 14:14:57','2021-04-13 14:14:57');