using FluentMigrator; namespace Kreta.DataAccess.Migrations.Migrations { [Migration(20171013182202)] public class KRETA_3733 : CustomMigration { public override void Up() { ExecuteScripts("sp_GetFelhasznaloOsztalyCsoportTantargyakErtekelesekhez.sql"); CreateSchemaStoredProcedures("sp_GetFelhasznaloOsztalyCsoportTantargyakErtekelesekhez"); } public override void Down() { } } }