lavina/test/init_state.sql

7 lines
166 B
MySQL
Raw Normal View History

2023-08-17 13:41:28 +00:00
insert into users(name)
values ('kek'), ('shrek')
returning id;
insert into challenges_plain_password(user_id, password)
values (1, 'parolchik1'), (2, 'qwerty123');