fix(commands): run all db .sql files in vrm

This commit is contained in:
Oliver
2025-01-28 12:38:28 +01:00
parent caf2a84614
commit c94d43d8f1

View File

@@ -83,8 +83,7 @@ function od() {
}
function rutvrm () {
docker-compose exec -T mysql mysql --host=mysql --password=deadbeef --database=vrm_testing < tests/resources/db/schema.sql
docker-compose exec -T mysql mysql --host=mysql --password=deadbeef --database=vrm_testing < tests/resources/db/seed.sql
docker-compose exec -T mysql mysql --host=mysql --password=deadbeef --database=vrm_testing < tests/resources/db/*.sql
}
alias yas="yarn serve"