init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20171113133546)]
|
||||
public class KRETA_4170 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
//csak egyes helyeken futott le (kk egy része, nszfh), javítása: KRETA_4170_2-be lesz
|
||||
//ExecuteScripts("updateCsengRendOraId.sql");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user