Skip to content

Commit

Permalink
Update V2025.09.09.001__insert_db.sql for password
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladik-gif authored Sep 30, 2024
1 parent 3d8aec7 commit 838bf87
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INSERT INTO chat.contacts(id, nickname, password, email, role, avatar_id, is_active,
is_permitted_sending_private_message)
VALUES ('550e8400-e29b-41d4-a716-446655440001', 'UserTest', 'userTestPassword!123', '[email protected]', 'USER', 1,
true, true)
VALUES ('550e8400-e29b-41d4-a716-446655440001', 'UserTest', 'password!1', '[email protected]', 'USER', 1,
true, true)

0 comments on commit 838bf87

Please sign in to comment.