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

Auto migrate from old schema by checking autoMigrateOldSchema option #84

Merged

Commits on Jan 19, 2015

  1. Configuration menu
    Copy the full SHA
    4bc1912 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2015

  1. Tests

    - support/helpers.getTestConfig - add support to mixing configs
    - db/migrate/old_schema.test
      - add support to supply configs on prepare and prepareLegacyScenario
      - Add test for autoMigrateOldSchema option
    José Moreira committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    0ca4e3b View commit details
    Browse the repository at this point in the history
  2. fix: lib/tasks/db.tryToMigrateFromOldSchema

    should return a Promise instance
    José Moreira committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    9517f6f View commit details
    Browse the repository at this point in the history
  3. Add CHANGELOG.md notice

    José Moreira committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    fe9427a View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2015

  1. test/db/migrate/old_schema

    - Check if SequelizeMeta has changed fields
    José Moreira committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    5afbf55 View commit details
    Browse the repository at this point in the history