Created
September 5, 2014 13:13
-
-
Save IharKrasnik/9ea0e5e18cff93e6577e to your computer and use it in GitHub Desktop.
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
| [Migration(1)] | |
| public class FirstMigration : Migration | |
| { | |
| public override void Up() | |
| { | |
| Execute.EmbeddedScript("01-testscript.sql"); | |
| } | |
| public override void Down() | |
| { | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment