Skip to content

Commit

Permalink
Fixing WWI DB Build
Browse files Browse the repository at this point in the history
Reverting a number of files to a previous version so that the build works
  • Loading branch information
Foundatum committed Nov 5, 2023
1 parent 68db902 commit 7fd8727
Show file tree
Hide file tree
Showing 13 changed files with 9,526 additions and 112 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -444,3 +444,4 @@ samples/features/sql-management-objects/src/out/CodeCoverage/CodeCoverage.config

# Composer
/vendor/
/samples/databases/wide-world-importers/wwi-ssdt/wwi-ssdt/WideWorldImporters.publish.xml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ModelCollation>1033,CI</ModelCollation>
<DefaultFileStructure>BySchemaAndSchemaType</DefaultFileStructure>
<DeployToDatabase>True</DeployToDatabase>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetLanguage>CS</TargetLanguage>
<AppDesignerFolder>Properties</AppDesignerFolder>
<SqlServerVerification>False</SqlServerVerification>
Expand Down Expand Up @@ -846,5 +846,6 @@
<None Include="PostDeploymentScripts\pds106-ins-dls-areacode.sql" />
<None Include="PostDeploymentScripts\pds400-ins-unkown-orderline.sql" />
<None Include="PostDeploymentScripts\pds410-update-archive-tables.sql" />
<None Include="WideWorldImporters.publish.xml" />
</ItemGroup>
</Project>

0 comments on commit 7fd8727

Please sign in to comment.