Merge pull request from hedgedoc/chore/remove_tedious

Drop support for MS SQL Server
This commit is contained in:
Yannick Bungers 2021-08-26 19:59:56 +02:00 committed by GitHub
commit 74b10d4e9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 27 additions and 222 deletions
docs/content/setup

View file

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