mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 03:27:05 -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
|
@ -2,7 +2,7 @@
|
|||
|
||||
!!! info "Requirements on your server"
|
||||
- Node.js 12 or higher
|
||||
- Database (PostgreSQL, MySQL, MariaDB, SQLite, MSSQL)
|
||||
- Database (PostgreSQL, MySQL, MariaDB, SQLite)
|
||||
The database must use charset `utf8`. This is typically the default in PostgreSQL and SQLite.
|
||||
In MySQL and MariaDB UTF-8 might need to be set with `alter database <DBNAME> character set utf8 collate utf8_bin;`
|
||||
Be aware of older MySQL and MariaDB versions which sometimes use shorter representations of UTF-8 than 4 bytes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue