Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce sequelize migrations #16

Merged
merged 3 commits into from
Aug 8, 2014

Conversation

desyncr
Copy link
Collaborator

@desyncr desyncr commented Aug 8, 2014

Introduce sequelize migrations to create and migrate database tables and removed database scripts. See http://sequelizejs.com/docs/latest/migrations

Created seeds to initialize database with dummy tasks.

Introduce config module to handle configurations per environment. See https://github.com/lorenwest/node-config

Updated README.md to reflect changes.

DC* added 3 commits August 8, 2014 00:15
…and removed database scripts. See http://sequelizejs.com/docs/latest/migrations

Created seeds to initialize database with dummy tasks.
Introduce config module to handle configurations per environment. See https://github.com/lorenwest/node-config
Updated README.md to reflect changes.
Fixed seed/initial_tasks data which created tasks in a non-sequential order (tested on Postgres)
Added production-like example configuration
abhshkdz added a commit that referenced this pull request Aug 8, 2014
@abhshkdz abhshkdz merged commit 4085e67 into abhshkdz:master Aug 8, 2014
@desyncr desyncr deleted the integrate-sequelize-migrations branch August 8, 2014 14:29
@desyncr desyncr mentioned this pull request Aug 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants