[#24] Added first ivago migration

This commit is contained in:
Jef Roosens 2021-04-15 18:05:02 +02:00
parent 727589b10f
commit 81ae1a2555
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
4 changed files with 15 additions and 0 deletions

View file

@ -50,6 +50,10 @@ sh:
@ docker exec -it fej sh
.PHONY: sh
# Starts a psql session in the database container
dbsh:
@ docker exec -it fej_db psql -U fej -d fej
# Builds the debug version, and runs the tests (but doesn't detach).
test:
@ ./build -m dev -a run -l -- test --no-fail-fast