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