init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
18
KretaWeb/Migrations/20220524171402_DB_4625.cs
Normal file
18
KretaWeb/Migrations/20220524171402_DB_4625.cs
Normal file
|
@ -0,0 +1,18 @@
|
|||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20220524171402)]
|
||||
public class DB_4625 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("DB_4625.sql");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
18
KretaWeb/Migrations/20220805153554_KRETA2_12428.cs
Normal file
18
KretaWeb/Migrations/20220805153554_KRETA2_12428.cs
Normal file
|
@ -0,0 +1,18 @@
|
|||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.Web.Migrations
|
||||
{
|
||||
[Migration(20220805153554)]
|
||||
public class KRETA2_12428 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
RegisterSPFN("uspGetTanulokTanugyiAdatai", "sp_TanuloKIRStatAdatokGyorsExport", "uspGetTanuloKirStatExport");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
19
KretaWeb/Migrations/20220912151539_DB_4819.cs
Normal file
19
KretaWeb/Migrations/20220912151539_DB_4819.cs
Normal file
|
@ -0,0 +1,19 @@
|
|||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.Web.Migrations
|
||||
{
|
||||
[Migration(20220912151539)]
|
||||
public class DB_4819 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
RegisterSPFN("uspSzirStatOktato");
|
||||
RegisterSPFN("uspSzirStatNemOktato");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
18
KretaWeb/Migrations/20220928154324_KRETA2_12710.cs
Normal file
18
KretaWeb/Migrations/20220928154324_KRETA2_12710.cs
Normal file
|
@ -0,0 +1,18 @@
|
|||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.Web.Migrations
|
||||
{
|
||||
[Migration(20220928154324)]
|
||||
public class KRETA2_12710 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
RegisterSPFN("uspSzirStatKonyvtar");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
18
KretaWeb/Migrations/20220929091157_KRETA2_12710.cs
Normal file
18
KretaWeb/Migrations/20220929091157_KRETA2_12710.cs
Normal file
|
@ -0,0 +1,18 @@
|
|||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.Web.Migrations
|
||||
{
|
||||
[Migration(20220929091157)]
|
||||
public class KRETA2_12710 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
RegisterSPFN("uspGetTantargyData");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
18
KretaWeb/Migrations/20220929142714_KRETA2_12751.cs
Normal file
18
KretaWeb/Migrations/20220929142714_KRETA2_12751.cs
Normal file
|
@ -0,0 +1,18 @@
|
|||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.Web.Migrations
|
||||
{
|
||||
[Migration(20220929142714)]
|
||||
public class KRETA2_12751 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
RegisterSPFN("uspGetTantargyData");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue