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