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

Migrations: Handle adding required properties #2519

Merged
merged 2 commits into from
Jul 3, 2015
Merged

Migrations: Handle adding required properties #2519

merged 2 commits into from
Jul 3, 2015

Commits on Jul 3, 2015

  1. Migrations: Detect added schemas

    Per the notes on the bug, this will only generate CreateSchema (not DropSchema) calls. CreateSchema is now behaves more like "EnsureSchema". We'll discuss the name during API Review.
    
    Other minor changes:
    * Use OBJECT_ID to check if tables exist
    * Use EXEC instead of sp_executesql
    * Use nchar literals where appropriate
    
    Fixes #948 & fixes #2112
    bricelam committed Jul 3, 2015
    Configuration menu
    Copy the full SHA
    94e6773 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ad1e6a View commit details
    Browse the repository at this point in the history