Skip to content

Commit

Permalink
refactor(crud): remove update database migration message
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmet-cetinkaya committed Feb 12, 2024
1 parent 21602db commit 1664d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ [EnumeratorCancellation] CancellationToken cancellationToken
response.CurrentStatusMessage = "Completed.";
response.NewFilePathsResult = newFiles;
response.OutputMessage =
$":warning: Check the configuration that has name 'appsettings.json' in 'src/{request.ProjectName.ToCamelCase()}'.";
response.OutputMessage = ":warning: Run 'Update-Database' nuget command on the Persistence layer to apply initial migration.";
$":warning: Check the configuration that has name 'appsettings.json' in 'src/{request.ProjectName.ToCamelCase()}/WebAPI'.";
yield return response;
}

Expand Down
2 changes: 1 addition & 1 deletion src/nArchGen/ConsoleUI/ConsoleUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageIcon>n-architecture-logo.png</PackageIcon>
<RepositoryUrl>https://github.com/kodlamaio-projects/nArchitecture.Gen</RepositoryUrl>
<PackageTags>nArchitecture, nArchGen, cli, framework, tool, code generation</PackageTags>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
Expand Down

0 comments on commit 1664d0b

Please sign in to comment.