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