some runnable variant

This commit is contained in:
2022-01-22 22:59:41 +06:00
parent 0716035f0b
commit 3746efc596
12 changed files with 13 additions and 235 deletions

@ -18,4 +18,4 @@ startTestPostgres:
sudo docker-compose up
addTestUserAndAuth:
docker-compose exec test_postgres psql test -U test -c "INSERT INTO Users VALUES (-1, 'test', 'test', 'test');INSERT INTO UsersAuthentications VALUES ('test', -1);"
sudo docker-compose exec test_postgres psql test -U test -c "INSERT INTO Users VALUES (-1, 'test', 'test', 'test');INSERT INTO UsersAuthentications VALUES ('test', -1);"