init
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20211011111503)]
|
||||
public class KRETA2_10062 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
RegisterSPFN("fnGetDokumentumTanuloiAlapadatok", "fnGetOsztalyCsoportTanuloinakTanugyiAdatai", "fnGetTanuloTanugyiAdatai", "sp_GetKozossegiJelentkezesLap", "sp_KIRImportTanulok", "uspCloneTanulo", "uspFollowUpTanulo", "uspGetGondviselokElerhetosegeiExport", "uspGetTanuloData", "uspGetTanuloKirStatExport", "uspGetTanulokTanugyiadatai", "uspGetTanuloszerzodes", "uspTanuloKereses", "uspTanuloKifirImport");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user