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:
parent
519b3dea24
commit
55aa1f897a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user