Skip to content

Commit

Permalink
SqliteDatabaseIndexSyncFix.sql was missing in Infrastructure and setu…
Browse files Browse the repository at this point in the history
…p projects.

Signed-off-by: Robert F. Frasca <[email protected]>
  • Loading branch information
rffrasca committed Dec 7, 2022
1 parent f502469 commit f9dda38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/PDFKeeper.Infrastructure/PDFKeeper.Infrastructure.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@
<Link>OracleDatabaseSchemaUpgrade.sql</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="..\Config\SqliteDatabaseIndexSyncFix.sql">
<Link>SqliteDatabaseIndexSyncFix.sql</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="..\Config\SqliteDatabaseSetup.sql">
<Link>SqliteDatabaseSetup.sql</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down
3 changes: 3 additions & 0 deletions src/PDFKeeper.Setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@
</Component>
<Component Id="SumatraPDF_3.4.6_64.exe" Guid="cbe2e053-c7b3-4529-b59d-13675980d6b5">
<File Id="SumatraPDF_3.4.6_64.exe" Name="SumatraPDF-3.4.6-64.exe" Source="$(var.PDFKeeper.Presentation_TargetDir)SumatraPDF-3.4.6-64.exe" />
</Component>
<Component Id="SqliteDatabaseIndexSyncFix.sql" Guid="f696c075-755d-4956-bcb1-5f41e486fb0b">
<File Id="SqliteDatabaseIndexSyncFix.sql" Name="SqliteDatabaseIndexSyncFix.sql" Source="$(var.PDFKeeper.Presentation_TargetDir)SqliteDatabaseIndexSyncFix.sql" />
</Component>
</ComponentGroup>
</Fragment>
Expand Down

0 comments on commit f9dda38

Please sign in to comment.