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