init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20171122181616)]
|
||||
public class KRETA_4246 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("sp_Global_CreateDictionaryItems.sql", "DictionaryItemsCreate.sql", "sp_Global_SetSystemSettingsDefaultData.sql", "SystemSettingCreate.sql", "sp_SetSystemSettingsDefaultData.sql");
|
||||
CreateSchemaStoredProcedures("sp_SetSystemSettingsDefaultData");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user