Skip to content

Commit

Permalink
Merge 4716b07 into a3c84b7
Browse files Browse the repository at this point in the history
  • Loading branch information
FirestarJes authored Feb 8, 2022
2 parents a3c84b7 + 4716b07 commit 51eb468
Show file tree
Hide file tree
Showing 65 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
needs: [ci_base, terraform_validate]
uses: Energinet-DataHub/.github/.github/workflows/[email protected]
with:
CSPROJ_FILE_PATH: 'source/Energinet.DataHub.ActorRegistry.ApplyDBMigrationsApp/Energinet.DataHub.ActorRegistry.ApplyDBMigrationsApp.csproj'
CSPROJ_FILE_PATH: 'source/Energinet.DataHub.MarketParticipant.ApplyDBMigrationsApp/Energinet.DataHub.MarketParticipant.ApplyDBMigrationsApp.csproj'
DOTNET_VERSION: '5.0.404'
ARTIFACT_NAME: databasemigration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

using System.Linq;

namespace Energinet.DataHub.ActorRegistry.ApplyDBMigrationsApp.Helpers
namespace Energinet.DataHub.MarketParticipant.ApplyDBMigrationsApp.Helpers
{
public static class ConnectionStringFactory
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
using DbUp.Engine.Transactions;
using DbUp.ScriptProviders;

namespace Energinet.DataHub.ActorRegistry.ApplyDBMigrationsApp.Helpers
namespace Energinet.DataHub.MarketParticipant.ApplyDBMigrationsApp.Helpers
{
public class CustomScriptProvider : EmbeddedScriptProvider, IScriptProvider
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
using DbUp.Engine;
using DbUp.Helpers;

namespace Energinet.DataHub.ActorRegistry.ApplyDBMigrationsApp.Helpers
namespace Energinet.DataHub.MarketParticipant.ApplyDBMigrationsApp.Helpers
{
/// <summary>
/// Updates with model and seed scripts according to normal journaling.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
using System.Collections.Generic;
using System.Linq;

namespace Energinet.DataHub.ActorRegistry.ApplyDBMigrationsApp.Helpers
namespace Energinet.DataHub.MarketParticipant.ApplyDBMigrationsApp.Helpers
{
public static class EnvironmentFilter
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

using System.Text.RegularExpressions;

namespace Energinet.DataHub.ActorRegistry.ApplyDBMigrationsApp.Helpers
namespace Energinet.DataHub.MarketParticipant.ApplyDBMigrationsApp.Helpers
{
public static class NamingConvention
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
using System;
using DbUp.Engine;

namespace Energinet.DataHub.ActorRegistry.ApplyDBMigrationsApp.Helpers
namespace Energinet.DataHub.MarketParticipant.ApplyDBMigrationsApp.Helpers
{
public static class ResultReporter
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
using System;
using System.Collections.Generic;

namespace Energinet.DataHub.ActorRegistry.ApplyDBMigrationsApp.Helpers
namespace Energinet.DataHub.MarketParticipant.ApplyDBMigrationsApp.Helpers
{
/// <summary>
/// Compare sql script file names
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
using DbUp;
using DbUp.Engine;

namespace Energinet.DataHub.ActorRegistry.ApplyDBMigrationsApp.Helpers
namespace Energinet.DataHub.MarketParticipant.ApplyDBMigrationsApp.Helpers
{
public static class UpgradeFactory
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
// limitations under the License.

using System.Linq;
using Energinet.DataHub.ActorRegistry.ApplyDBMigrationsApp.Helpers;
using Energinet.DataHub.MarketParticipant.ApplyDBMigrationsApp.Helpers;

namespace Energinet.DataHub.ActorRegistry.ApplyDBMigrationsApp
namespace Energinet.DataHub.MarketParticipant.ApplyDBMigrationsApp
{
public static class Program
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31829.152
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Energinet.DataHub.MeteringPoints.ApplyDBMigrationsApp", "Energinet.DataHub.ActorRegistry.ApplyDBMigrationsApp\Energinet.DataHub.ActorRegistry.ApplyDBMigrationsApp.csproj", "{9028F8A2-D06C-42AC-9085-EC51061D57AB}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Energinet.DataHub.MarketParticipant.ApplyDBMigrationsApp", "Energinet.DataHub.MarketParticipant.ApplyDBMigrationsApp\Energinet.DataHub.MarketParticipant.ApplyDBMigrationsApp.csproj", "{9028F8A2-D06C-42AC-9085-EC51061D57AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 51eb468

Please sign in to comment.