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

Basic function and trigger migrations #915

Merged

Commits on Aug 20, 2013

  1. Add basic function and trigger migrations

    Added the ability to define migrations that create, drop, and rename
    both functions and triggers (since triggers need functions).  This
    allows migrations to handle more of the requirements of setting up
    the underlying SQL database behavior.
    
    This version currently only provides support on postgresql.
    jonathana committed Aug 20, 2013
    Copy the full SHA
    af723ee View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d8b1565 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2013

  1. Copy the full SHA
    c7739be View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2013

  1. Copy the full SHA
    3b07b65 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/sequelize/sequelize into …

    …basic_function_and_trigger_migrations
    jonathana committed Sep 17, 2013
    Copy the full SHA
    9f5ae3b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b748904 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2013

  1. Copy the full SHA
    9a341ed View commit details
    Browse the repository at this point in the history