Skip to content

Instantly share code, notes, and snippets.

@IharKrasnik
Created September 5, 2014 13:13
Show Gist options
  • Select an option

  • Save IharKrasnik/9ea0e5e18cff93e6577e to your computer and use it in GitHub Desktop.

Select an option

Save IharKrasnik/9ea0e5e18cff93e6577e to your computer and use it in GitHub Desktop.
[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