fix(commands): run all db .sql files in vrm
This commit is contained in:
@@ -83,8 +83,7 @@ function od() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function rutvrm () {
|
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/*.sql
|
||||||
docker-compose exec -T mysql mysql --host=mysql --password=deadbeef --database=vrm_testing < tests/resources/db/seed.sql
|
|
||||||
}
|
}
|
||||||
|
|
||||||
alias yas="yarn serve"
|
alias yas="yarn serve"
|
||||||
|
|||||||
Reference in New Issue
Block a user