We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would it be possible to have the migrations necessary to create the db added to this project?
The text was updated successfully, but these errors were encountered:
When you first run the server, tables should be created automatically by sequelize if they don't already exist. If necessary, you can add {force: true} to the sync line - https://github.com/ProjectWyvern/example-orderbook-server/blob/master/server/index.js#L205.
{force: true}
Is that not happening with your setup?
Sorry, something went wrong.
No branches or pull requests
Would it be possible to have the migrations necessary to create the db added to this project?
The text was updated successfully, but these errors were encountered: