Skip to content

Commit

Permalink
new: Created UserTest for db
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladik-gif committed Sep 9, 2024
1 parent a11e4b9 commit 4fe3563
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +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)

0 comments on commit 4fe3563

Please sign in to comment.