using FluentMigrator; namespace Kreta.DataAccess.Migrations.Migrations { [Migration(20200226125920)] public class KRETA2_2868 : CustomMigration { public override void Up() { ExecuteScripts("uspGetNemNaplozottOrarendiOrak_Core.sql", "uspGetNemNaplozottOrarendiOrak.sql", "uspGetNemNaplozottOrakSzama.sql"); CreateSchemaSPFN("uspGetNemNaplozottOrarendiOrak_Core", "uspGetNemNaplozottOrarendiOrak", "uspGetNemNaplozottOrakSzama"); } public override void Down() { } } }