1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>