-
Notifications
You must be signed in to change notification settings - Fork 166
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
Does not recognize custom folder position #55
Comments
If you have a |
@Scimonster
|
Having the same issue as @Mixermachine. Generated migrations file has empty tables.
This is the model file example:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hy there,
I use sequelize in an existing project which forces me to put everything that is not configuration in a src folder.
(+ for folders, - for files)
For sequelize I define this in the package.json
"sequelize": "sequelize --options-path=config/sequelize_init.js",
sequelize_init.json:
Is this possible with sequelize-auto-migrations?
Passing the sequelize_init.js failed.
Would be great as a feature :)
Greetings from Munich
The text was updated successfully, but these errors were encountered: