open-vault/changelog/13469.txt
Ben Ash 9253abb2e1
Update mssql's contained_db field to accept a boolean (#13469)
Previously the `contained_db` parameter would only accept a string value
despite the fact that field type is documented as a boolean.
2021-12-20 10:04:43 -05:00

4 lines
112 B
Plaintext

```release-note:bug
secrets/database/mssql: Accept a boolean for `contained_db`, rather than just a string.
```