init
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20220715154627)]
|
||||
public class KRETA2_11990 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
RegisterSPFN("sp_GetFeljegyzesBeirasokData", "sp_GetFeljegyzesBeirasokReszletek", "uspGetFelhasznaloOsztalyaiByFoglalkozasAndOsztfo", "uspGetTantargyfelosztasData");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user