GithubHelp home page GithubHelp logo

richardbrinkman / git-migration-hook Goto Github PK

View Code? Open in Web Editor NEW
17.0 17.0 1.0 15 KB

Git hooks to use for easy database migrations when switching between branches

License: MIT License

Shell 100.00%

git-migration-hook's People

Contributors

richardbrinkman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

pascalbokbok

git-migration-hook's Issues

git tree contains more than just the changed files

git cat-file commit SHA1 gives you the tree of the complete tree, not the tree of committed and changed files. You have to figure out a different way to get to the file objects of a particular commit.

Multiple versions of the same migration file executed on merge / checkout

First of all, thank you for this hook, we are starting to use it and it seems really promising!

We have found that if we commit multiple versions of the same sql migration file, every version of it is send to the OUTPUT script. Could it be possible to send only the last committed (current) version of the sql file?

The same happens for committed files that are later removed by another commit, they are executed too even if they are not in the current state of the repo.

Thank you.

license

Hi Richard,
Would you consider changing or dual license git-migration-hook to a less strict license such as MIT or BSD?
I think that if I distribute my code with a gpl licensed git-migration-hook my code will fall under the GPL also.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.