init
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20210216093822)]
|
||||
public class KRETA2_6551 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
RegisterSPFN("uspGetHelyettesitesekListaja"
|
||||
, "uspGetOralatogatasData"
|
||||
, "uspGetErettsegiEredmenyekKeresesData"
|
||||
, "uspGetNevOktLeNemKotottMunkaido"
|
||||
, "uspGetHazifeladatData"
|
||||
, "uspGetHazifeladatCsatolmanyData"
|
||||
, "uspGetIgazolasInfo");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user