using FluentMigrator; namespace Kreta.DataAccess.Migrations.Migrations { [Migration(20170410081913)] public class KRETA_682 : CustomMigration { public override void Up() { ExecuteScripts("sp_GetNebuloList.sql", "sp_GetNebuloListByIdList.sql", "sp_SetBeiratkozasVeglegesites.sql"); CreateSchemaStoredProcedures("sp_GetNebuloList", "sp_GetNebuloListByIdList", "sp_SetBeiratkozasVeglegesites"); } public override void Down() { } } }