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

Add sequelize migrations #114

Open
xpepermint opened this issue Mar 29, 2015 · 4 comments
Open

Add sequelize migrations #114

xpepermint opened this issue Mar 29, 2015 · 4 comments
Labels

Comments

@xpepermint
Copy link

It would be great to have a complete sequelize configuration set up - including migrations.

sequelize init
@petecoop
Copy link
Owner

I'll have a look into this as it's something new with 2.0. By default however app.js uses .sync() which will create your tables

@xpepermint
Copy link
Author

We should just run the command above. Thanks.

@elover
Copy link

elover commented Apr 18, 2015

@xpepermint +1

@rzk
Copy link

rzk commented Oct 10, 2015

atleast .sequelizerc is needed for sequelize-cli to work because this project generator uses different from standard sequelize configuration file (and index.js).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants