init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,46 @@
|
|||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20220221152647)]
|
||||
public class KRETA2_11397 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
RegisterSPFN("fnGetFollowUpColumnMapping"
|
||||
, "uspFollowUpAlkalmazott"
|
||||
, "uspFollowUpAlkalmazottPEP"
|
||||
, "uspFollowUpAlkalmazottTovabbiMunkaugy"
|
||||
, "uspFollowUpAlkalmazottVegzettseg"
|
||||
, "uspFollowUpAlkalmazottVegzettsegKK"
|
||||
, "uspFollowUpCsengetesiRend"
|
||||
, "uspFollowUpCsengetesiRendOra"
|
||||
, "uspFollowUpDictionaryItemBase"
|
||||
, "uspFollowUpDictionaryItemBaseNyelv"
|
||||
, "uspFollowUpEszkoz"
|
||||
, "uspFollowUpFeladatellatasiHely"
|
||||
, "uspFollowUpFelhasznaloCim"
|
||||
, "uspFollowUpFelhasznaloEmail"
|
||||
, "uspFollowUpFelhasznaloTelefon"
|
||||
, "uspFollowUpGondviselo"
|
||||
, "uspFollowUpGondviseloCim"
|
||||
, "uspFollowUpMukodesiHely"
|
||||
, "uspFollowUpOraterv"
|
||||
, "uspFollowUpOratervTargy"
|
||||
, "uspFollowUpTantargy"
|
||||
, "uspFollowUpTantargyNyelv"
|
||||
, "uspFollowUpTanterv"
|
||||
, "uspFollowUpTanulo"
|
||||
, "uspFollowUpTanuloFelmentes"
|
||||
, "uspFollowUpTanuloSni"
|
||||
, "uspFollowUpTerem"
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue