init
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20211125183651)]
|
||||
public class DB_4323 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
RegisterSPFN(
|
||||
"sp_GetDokumentumHelyettesitesekByDateInterval"
|
||||
, "sp_GetHazifeladatOrarend"
|
||||
, "sp_HelyettesitesekKeresese"
|
||||
, "uspCheckTanarOra"
|
||||
, "uspGetHelyettesitesekAjanlasa"
|
||||
, "uspGetKiirtHelyettesitesek"
|
||||
, "uspGetNemkotottMunkaidoUtkozes"
|
||||
, "uspGetNemMegtartottOrakSzamaByHet"
|
||||
, "uspGetNemMegtartottOrakSzamaPerHet"
|
||||
, "uspGetNemNaplozottOrarendiOrak_Core"
|
||||
, "uspGetNyomtatvanyokOrarendOsszes"
|
||||
, "uspGetOsztalycsoportTantargyiMulasztasai"
|
||||
, "uspGetTanarokNemNaplozottOrarendiOrakForEmail"
|
||||
, "uspGetUtolsoBeNemIrtOrak");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user