init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,41 @@
|
|||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20200324103232)]
|
||||
public class KRETA2_2542 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts(
|
||||
"fnGetDokumentumTanuloOrGondviseloCim.sql"
|
||||
, "sp_GetIktSzandeknyilatkozatAdatok.sql"
|
||||
, "sp_GetNebuloErtesito.sql"
|
||||
, "sp_GetTanuloiGondviseloAdatok.sql"
|
||||
, "sp_KIRImportTanulok.sql"
|
||||
, "uspAdattisztitasAlkalmazott.sql"
|
||||
, "uspGetGondviselokElerhetosegeiExport.sql"
|
||||
, "uspGetTanuloiAlapadatok.sql"
|
||||
, "uspTanuloKifirImport.sql"
|
||||
, "uspGenerateTanevAdatokFromExistingTanev.sql"
|
||||
, "KRETA2_2542.sql"
|
||||
);
|
||||
CreateSchemaSPFN(
|
||||
"fnGetDokumentumTanuloOrGondviseloCim"
|
||||
, "sp_GetIktSzandeknyilatkozatAdatok"
|
||||
, "sp_GetNebuloErtesito"
|
||||
, "sp_GetTanuloiGondviseloAdatok"
|
||||
, "sp_KIRImportTanulok"
|
||||
, "uspAdattisztitasAlkalmazott"
|
||||
, "uspGetGondviselokElerhetosegeiExport"
|
||||
, "uspGetTanuloiAlapadatok"
|
||||
, "uspTanuloKifirImport"
|
||||
);
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue