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