Added script to run phinx migrations; updated tests table to have better labels

This commit is contained in:
2024-04-06 11:54:45 -04:00
parent 96a69a94ba
commit 0c1df2e7e6
2 changed files with 5 additions and 1 deletions

3
bin/docker-phinx.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
docker exec colossus-php ./vendor/bin/phinx "$@"