using FluentMigrator; namespace Kreta.DataAccess.Migrations.Migrations { [Migration(20180410115234)] public class OM_692 : CustomMigration { public override void Up() { ExecuteScripts("sp_GetTanuloMulasztasList.sql", "sp_GetTanuloFeljegyzesList.sql"); CreateSchemaStoredProcedures("sp_GetTanuloMulasztasList", "sp_GetTanuloFeljegyzesList"); } public override void Down() { } } }