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