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:
David Mehren 2021-08-23 17:45:45 +02:00
parent b87003ea47
commit 7729cc49a7
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
4 changed files with 27 additions and 222 deletions

View file

@ -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.