1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

Suppress AzureSQLMaintenance Warning (#3502)

This commit is contained in:
Justin Baur
2023-12-01 12:23:24 -05:00
committed by GitHub
parent 519b3dea24
commit 55aa1f897a

View File

@ -12,5 +12,11 @@
</PropertyGroup>
<ItemGroup>
<Build Remove="dbo_future/**/*" />
<!-- Remove file just so we can add it back with some suppressions -->
<Build Remove="dbo/Stored Procedures/AzureSQLMaintenance.sql" />
<Build Include="dbo/Stored Procedures/AzureSQLMaintenance.sql">
<SuppressTSqlWarnings>71502</SuppressTSqlWarnings>
</Build>
</ItemGroup>
</Project>
</Project>