db-run-migrations
v1.0.0
Published
Run db schema migrations.
Downloads
3
Readme
db-run-migrations
Run database schema migrations.
Getting started
Add the package to your project using the npm ecosystem:
$ npm install db-run-migrations --save-dev
Then setup the npm script via the package.json
file.
./package.json
"scripts": {
"db:migrate": "./node_modules/.bin/db_run_migrations"
},
Now run the command:
$ npm run db:migrate
Changelog
Get the project's history in CHANGELOG.md.
Maintainer
Andy Bettisworth [email protected] https://andybettisworth.com
License
This project is released under the MIT License.