init
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20181105101245)]
|
||||
public class AL_106 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("sp_GetIgazolasInfo.sql");
|
||||
CreateSchemaStoredProcedures(
|
||||
"sp_GetIgazolasInfo"
|
||||
);
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user