2.2.0 • Published 7 years ago

g-migration v2.2.0

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

g-migration

Generate a migration file.

Getting started

Add the following to your package.json file to download the binary and setup an npm script to run the task.

./package.json
"scripts": {
  "g:migration": "./node_modules/.bin/g_migration"
},

Now run the commands:

$ npm install g-migration --save-dev
$ mkdir ./db/migrations
$ npm run g:migration create_table_users

Changelog

Get the project's history in CHANGELOG.md.

Maintainer

Andy Bettisworth andy@accreu.com https://andybettisworth.com

License

This project is released under the MIT License.

2.2.0

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago