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

part1-knex migrations and seeds #1

Open
elliehoward opened this issue Nov 10, 2016 · 0 comments
Open

part1-knex migrations and seeds #1

elliehoward opened this issue Nov 10, 2016 · 0 comments

Comments

@elliehoward
Copy link

Needs a better explanation for common errors such as if you dropped a table that you want to migrate, yet the migration is still in the knex_migration table. So that when you try to run knex:migrate latest you get a message saying the table is already up to date and the migration never occurs. Also I spent awhile not knowing to make sure I was working in the test environment rather than development when running the migrations and rollbacks.

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

No branches or pull requests

1 participant