init
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20201003224154)]
|
||||
public class KRETA2_6111 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
RegisterSPFN(
|
||||
"fnGetTanuloOsztalyString"
|
||||
, "uspGetTanulokEsOsztalyokCsoportokGrid"
|
||||
, "uspGetFelhasznaloBelepesData"
|
||||
, "uspGetGondviselokElerhetosegeiExport"
|
||||
, "uspTanuloKereses"
|
||||
);
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user