init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20200901162828)]
|
||||
public class DB_2764 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("uspGenerateOrarend.sql"); // Használva van a migrációban
|
||||
RegisterSPFN("sp_AktivTanevValtasa", "uspGenerateOrarend");
|
||||
ExecuteScripts("DB_2764.sql");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user