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(20220603194213)]
|
||||
public class DB_4637 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
RegisterSPFN("uspFollowUpAlkalmazott"
|
||||
, "uspFollowUpAlkalmazottPEP"
|
||||
, "uspFollowUpAlkalmazottTovabbiMunkaugy"
|
||||
, "uspFollowUpAlkalmazottVegzettseg"
|
||||
, "uspFollowUpAlkalmazottVegzettsegKK"
|
||||
, "uspFollowUpCsengetesiRend"
|
||||
, "uspFollowUpCsengetesiRendOra"
|
||||
, "uspFollowUpDictionaryItemBase"
|
||||
, "uspFollowUpDictionaryItemBaseNyelv"
|
||||
, "uspFollowUpEszkoz"
|
||||
, "uspFollowUpFeladatellatasiHely"
|
||||
, "uspFollowUpFelhasznaloCim"
|
||||
, "uspFollowUpFelhasznaloEmail"
|
||||
, "uspFollowUpFelhasznaloTelefon"
|
||||
, "uspFollowUpGondviselo"
|
||||
, "uspFollowUpGondviseloCim"
|
||||
, "uspFollowUpIntezmenyAdatok"
|
||||
, "uspFollowUpMukodesiHely"
|
||||
, "uspFollowUpOraterv"
|
||||
, "uspFollowUpOratervTargy"
|
||||
, "uspFollowupRendszerBeallitas"
|
||||
, "uspFollowUpTantargy"
|
||||
, "uspFollowUpTantargyNyelv"
|
||||
, "uspFollowUpTanterv"
|
||||
, "uspFollowUpTanterv"
|
||||
, "uspFollowUpTanuloFelmentes"
|
||||
, "uspFollowUpTanuloSni"
|
||||
, "uspFollowUpTBJogviszony"
|
||||
, "uspFollowUpTerem");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue