-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Fix #16 #49
base: master
Are you sure you want to change the base?
Fix #16 #49
Conversation
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
PS. Seems that travis-ci build is broken |
I'm fixed travis-ci issue in #50 |
thank you for your contribution! have to check on the dependencies if this has any side effects. |
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
Create schema for migrations table before creation of migrations table if the schema not exists Signed-off-by: Alexander Maslov <alex@maslov.dev>
I'm rebased over the master branch, so tests now is passed (and also fixed a bug) |
a little late, however, this would effectively change the schema, which is not an intended behavior. if you by any chance look again at this. do you know what was your intention? |
Create db-migrate schema before creation of migrations table to fix #16