some runnable variant
This commit is contained in:
@ -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);"
|
||||
|
Reference in New Issue
Block a user