Skip to content

Commit 99fdff5

Browse files
committed
fixed missing user in db script
1 parent 5a951bf commit 99fdff5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • jdk_11_maven/em/external/rest/market/src/main/resources

jdk_11_maven/em/external/rest/market/src/main/resources/data.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ INSERT INTO storage (id, available) VALUES (11, true);
8585

8686
INSERT INTO user_account (id, email, password, name, active) VALUES (1, 'admin', '$2a$10$Cmwx2Xr/PVpkibiiDz0s7eaVGZHPUvAu5ivdVC5BJgSYbp3c06FY6', 'Admin', true);
8787
INSERT INTO user_account (id, email, password, name, active) VALUES (4, 'ivan.petrov@yandex.ru', '$2a$10$LfLg6vp4.wyowWP9ysg3F.yQ/udNKfRhGlHJ298xGCtBLC2dDX.OC', 'Ivan Petrov', true);
88+
INSERT INTO user_account (id, email, password, name, active) VALUES (5, 'user2@yandex.ru', '$2a$12$vMKCOwlcHtiPqQJaS6TqR.YFZyjcXTz1BVQk5pPlW/oIidNRIrqfm', 'Yuri Dolgoruki', true);
8889

8990
INSERT INTO user_role (user_id, role_id) VALUES (1, 0);
9091

0 commit comments

Comments
 (0)