diff options
author | Nick Thomas <nick@gitlab.com> | 2017-05-24 11:06:24 +0100 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2017-05-26 13:18:57 +0100 |
commit | e961f3da300b2ca59277306f011c321251a76f2e (patch) | |
tree | 72c03990664aff1b194b952e8420f1ed2a8536ce /doc/install/database_mysql.md | |
parent | 8f2af757d3a040dbd81e30e49cb2d575848961b8 (diff) | |
download | gitlab-ce-e961f3da300b2ca59277306f011c321251a76f2e.tar.gz |
Minimum postgresql version is now 9.2
Diffstat (limited to 'doc/install/database_mysql.md')
-rw-r--r-- | doc/install/database_mysql.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/database_mysql.md b/doc/install/database_mysql.md index da2dac23c6a..9a171d34671 100644 --- a/doc/install/database_mysql.md +++ b/doc/install/database_mysql.md @@ -281,5 +281,5 @@ GitLab database to `longtext` columns, which can persist values of up to 4GB Details can be found in the [PostgreSQL][postgres-text-type] and [MySQL][mysql-text-types] manuals. -[postgres-text-type]: http://www.postgresql.org/docs/9.1/static/datatype-character.html +[postgres-text-type]: http://www.postgresql.org/docs/9.2/static/datatype-character.html [mysql-text-types]: http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html |