支持h2数据库
This commit is contained in:
7
数据库/2.7.4-h2/h2-data.sql
Normal file
7
数据库/2.7.4-h2/h2-data.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
/*初始数据*/
|
||||
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');
|
||||
Reference in New Issue
Block a user