init
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20190812094928)]
|
||||
public class KRETA2_306 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("sp_Global_CreateDictionaryItems.sql", "sp_Global_SetSystemSettingsDefaultData.sql");
|
||||
ExecuteScripts("dictionaryitems_frissites.sql", "rendszerbeallitas_frissites.sql");
|
||||
ExecuteScripts("uspInsertMunkaidoElszamoloLapUresSorokUresTablazatokhoz.sql", "sp_GetMunkaidoElszamoloLap.sql");
|
||||
CreateSchemaSPFN("uspInsertMunkaidoElszamoloLapUresSorokUresTablazatokhoz", "sp_GetMunkaidoElszamoloLap");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user