Skip to content

Commit

Permalink
hashes for passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
EuphoriaAbsorber authored Jan 23, 2024
1 parent b058712 commit 2a92f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backdb-sql/3-insert.sql
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
INSERT INTO
teachers (login, name, password)
VALUES
('test1', 'Фролов Сергей', '12345678'),
('test1', 'Фролов Сергей', 'QmFzZTIwMjSsqo/ZjE//ambEOjexfeuPkhXYEhWDDIPrrbtG6Vtj5Q'),
(
'OlgaVasilisk',
'Ольга Николаевна Васильева',
'12345678'
'QmFzZTIwMjSsqo/ZjE//ambEOjexfeuPkhXYEhWDDIPrrbtG6Vtj5Q'
);

INSERT INTO
Expand Down

0 comments on commit 2a92f83

Please sign in to comment.