mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 05:54:43 -04:00
Drop support for MS SQL Server
Sequelize generates invalid SQL for the 'fix-enum' migration from 2018. Since nobody has complained about this issue since then, we can just drop support for SQL Server. Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
b87003ea47
commit
7729cc49a7
4 changed files with 27 additions and 222 deletions
|
@ -20,6 +20,9 @@
|
|||
- Ensure that all cookies are set with the `secure` flag, if HedgeDoc is loaded via HTTPS
|
||||
- Fix font display issues when having some variants of fonts used by HedgeDoc installed locally
|
||||
|
||||
### Miscellaneous
|
||||
- Removed MSSQL support, as migrations from 2018 are broken with SQL Server and nobody seems to use it
|
||||
|
||||
## <i class="fa fa-tag"></i> 1.8.2 <i class="fa fa-calendar-o"></i> 2021-05-11
|
||||
|
||||
This release fixes two security issues. We recommend upgrading as soon as possible.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue