mbucc / shmig

Database migration tool written in BASH.
BSD 3-Clause "New" or "Revised" License
458 stars 49 forks source link

update shmig #12

Closed agonen closed 7 years ago

agonen commented 8 years ago

add verbose as option to shmig .I've implemented for Postgresql, making debug easier.

mbucc commented 7 years ago

@agonen can you change branch shmig branch from master to verbose on this pull request?

I want to add mysql and sqlite options and test on a branch before merging into master.

mbucc commented 7 years ago

https://github.com/blog/2224-change-the-base-branch-of-a-pull-request

agonen commented 7 years ago

@mbucc I will gladly do , but can you exaplain what do you mean change branch ? do you want me to create a new branch ?

mbucc commented 7 years ago

@agonen Great. You don't need to create a new branch. Just need to edit your open pull request and change the branch from base:master to base:verbose. This shows you how: https://github.com/blog/2224-change-the-base-branch-of-a-pull-request

Thanks.

agonen commented 7 years ago

Done