Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortariandeath <tariandeath210@gmail.com>2022-02-27 06:39:14 +0300
committertariandeath <tariandeath210@gmail.com>2022-02-27 06:39:14 +0300
commit8b24536d4e3a0e615858d125c2a5cdca56354904 (patch)
tree044f59d5f946da98430af60e9c314e0181d97729 /Duplicati
parent396119aa40d4018201635f9d368998db3892ef6c (diff)
Add Upgraded Version to binary
Diffstat (limited to 'Duplicati')
-rw-r--r--Duplicati/Library/Main/Duplicati.Library.Main.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Duplicati/Library/Main/Duplicati.Library.Main.csproj b/Duplicati/Library/Main/Duplicati.Library.Main.csproj
index ffc355847..c69ee1c12 100644
--- a/Duplicati/Library/Main/Duplicati.Library.Main.csproj
+++ b/Duplicati/Library/Main/Duplicati.Library.Main.csproj
@@ -207,6 +207,7 @@
<EmbeddedResource Include="Database\Database schema\9. Refactor Paths.sql" />
<EmbeddedResource Include="Database\Database schema\10. Add IsFullBackup to Fileset table.sql" />
<EmbeddedResource Include="Database\Database schema\11. Add Block indices.sql" />
+ <EmbeddedResource Include="Database\Database schema\12. Performance Indexes" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.