fix sql script
This commit is contained in:
@@ -76,15 +76,15 @@ create table picture (
|
|||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
// initial users
|
-- initial users
|
||||||
|
|
||||||
insert into x_right (right_id, code, name,jpa_active,jpa_created,jpa_updated,jpa_version) VALUES
|
insert into x_right (right_id, code, name,jpa_active,jpa_created,jpa_updated,jpa_version) VALUES
|
||||||
(1, 'ADMIN', 'Admin Right', true,TIMESTAMP '2026-01-20 10:09:30.009',TIMESTAMP '2026-01-20 10:09:30.009',0),
|
(1, 'ADMIN', 'Admin Right', true,TIMESTAMP '2026-01-20 10:09:30.009',TIMESTAMP '2026-01-20 10:09:30.009',0),
|
||||||
(2, 'USER', 'User Right', true,TIMESTAMP '2026-01-20 10:09:52.797',TIMESTAMP '2026-01-20 10:09:52.797',0)
|
(2, 'USER', 'User Right', true,TIMESTAMP '2026-01-20 10:09:52.797',TIMESTAMP '2026-01-20 10:09:52.797',0)
|
||||||
;
|
;
|
||||||
|
|
||||||
// nvlev4YnTi
|
-- nvlev4YnTi
|
||||||
// x1t0e7Pb49
|
-- x1t0e7Pb49
|
||||||
|
|
||||||
INSERT INTO x_user (user_id,username,password,salt,title,firstname,lastname,email,jpa_active,jpa_created,jpa_updated,jpa_version)
|
INSERT INTO x_user (user_id,username,password,salt,title,firstname,lastname,email,jpa_active,jpa_created,jpa_updated,jpa_version)
|
||||||
VALUES
|
VALUES
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user