init
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20180125200452)]
|
||||
public class KRETA_4852_4853_4880_4885 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("sp_Global_CreateDictionaryItems.sql",
|
||||
"EsemenyTipusDictionaryItemCreate.sql",
|
||||
"KozossegiSzolgalatTipusDictionaryItemCreate.sql",
|
||||
"SzakkepesitesTipusDictionaryItemCreate.sql");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user