18 lines
419 B
C#
18 lines
419 B
C#
using FluentMigrator;
|
|
|
|
namespace Kreta.DataAccess.Migrations.Migrations
|
|
{
|
|
[Migration(20210217172202)]
|
|
public class KRETA2_7437 : CustomMigration
|
|
{
|
|
public override void Up()
|
|
{
|
|
RegisterSPFN("uspGetTanuloErtekelesDataSetByTantargy", "uspGetTanuloErtekelesDataSetByTanulo", "uspGetErtesitoNyomtatvany");
|
|
}
|
|
|
|
public override void Down()
|
|
{
|
|
}
|
|
}
|
|
}
|
|
|