init
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20220808112151)]
|
||||
public class KRETA2_12427 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
RegisterSPFN("fnGetDokumentumTanuloOrGondviseloCim",
|
||||
"sp_GetTanuloiAdatlapAdatok",
|
||||
"uspGetCsoportNaplo",
|
||||
"uspGetErtesitesAltEsMulAdatok",
|
||||
"uspGetNapkozisNaplo",
|
||||
"uspGetOsztalyNaplo",
|
||||
"uspGetTanoranKivuliNaplo",
|
||||
"uspGetTanuloszerzodes");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user