using FluentMigrator; namespace Kreta.DataAccess.Migrations.Migrations { [Migration(20180306131905)] public class OM_461_II : CustomMigration { public override void Up() { ExecuteScripts("sp_GetNemMegtartottOrakSzamaByHet.sql", "sp_GetNemMegtartottOrakSzamaPerHet.sql"); CreateSchemaStoredProcedures("sp_GetNemMegtartottOrakSzamaByHet", "sp_GetNemMegtartottOrakSzamaPerHet"); } public override void Down() { } } }