init
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20180719141518)]
|
||||
public class OM_1089 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts(
|
||||
"sp_GetOrarend.sql"
|
||||
, "sp_GetNemKotottMunkaIdoDateByInsert.sql"
|
||||
, "sp_SetAktivCsengetesiRend.sql"
|
||||
, "sp_GetNemKotottMunkaIdoIdByDelete.sql"
|
||||
, "sp_GetNemKotottMunkaIdoAdmin.sql");
|
||||
|
||||
CreateSchemaStoredProcedures(
|
||||
"sp_GetOrarend"
|
||||
, "sp_GetNemKotottMunkaIdoDateByInsert"
|
||||
, "sp_SetAktivCsengetesiRend"
|
||||
, "sp_GetNemKotottMunkaIdoIdByDelete"
|
||||
, "sp_GetNemKotottMunkaIdoAdmin");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user