Skip to content

Commit

Permalink
Added test user
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladik-gif committed Oct 18, 2024
1 parent 81d74c8 commit bede561
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
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',
VALUES ('550e8400-e29b-41d4-a716-446655440001', 'KostiantynTest',
'$2y$10$oq8a2T5oMAzdWXjNnrf.u.A9pzPPZH20mm4OlCOqSaD1Z8OUBvJay',
'[email protected]', 'USER', 1, true, true)
'[email protected]', 'USER', 1, true, true),

('550e8400-e29b-41d4-a716-446655440002', 'VladikTest',
'$2y$10$oq8a2T5oMAzdWXjNnrf.u.A9pzPPZH20mm4OlCOqSaD1Z8OUBvJay',
'[email protected]', 'USER', 2, true, true)

0 comments on commit bede561

Please sign in to comment.