Created
March 18, 2013 13:46
-
-
Save MayogaX/5187236 to your computer and use it in GitHub Desktop.
para criação da tabela __MigrationsHistory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INSERT INTO [__MigrationHistory] | |
| ([MigrationId], [CreatedOn], [Model], [ProductVersion]) | |
| VALUES ('201202161546124_initial', '2012-02-16T15:55:56.252Z', | |
| [big-ass hash you don’t need to see], '4.3.0') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment