using FluentMigrator; namespace Kreta.DataAccess.Migrations.Migrations { [Migration(20190222134954)] public class KRETA_7609 : CustomMigration { public override void Up() { ExecuteScripts("uspGetHianyzokEsJelenlevokSzama.sql", "indexes.sql"); CreateSchemaStoredProcedures("uspGetHianyzokEsJelenlevokSzama"); } public override void Down() { } } }