Skip to content

Commit 4e3a31e

Browse files
committed
updated: V2025.09.09.001__insert_db.sql
1 parent c6559f7 commit 4e3a31e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
INSERT INTO chat.contacts(id, nickname, password, email, role, avatar_id, is_active,
22
is_permitted_sending_private_message)
3-
VALUES ('550e8400-e29b-41d4-a716-446655440001', 'UserTest', 'Password!1', '[email protected]', 'USER', 1,
4-
true, true)
3+
VALUES ('550e8400-e29b-41d4-a716-446655440001', 'UserTest',
4+
'$2y$10$oq8a2T5oMAzdWXjNnrf.u.A9pzPPZH20mm4OlCOqSaD1Z8OUBvJay',
5+
'[email protected]', 'USER', 1, true, true)

0 commit comments

Comments
 (0)