diff options
author | Rémy Coutable <remy@rymai.me> | 2019-09-09 17:04:25 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-09-09 17:04:25 +0200 |
commit | 387889a47b9d5e351fbda81c79f0e8d303b0fbfb (patch) | |
tree | 76cce6be1f00aa4fb89725d3bf85be3684ebaef2 /doc/update | |
parent | 20fc3f668876e065a44b77104083eef5c7bac882 (diff) | |
download | gitlab-ce-387889a47b9d5e351fbda81c79f0e8d303b0fbfb.tar.gz |
Fix trailing spaces in 'doc/update/mysql_to_postgresql.md'
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/mysql_to_postgresql.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/mysql_to_postgresql.md b/doc/update/mysql_to_postgresql.md index 701caf0102e..b202dd7e9d2 100644 --- a/doc/update/mysql_to_postgresql.md +++ b/doc/update/mysql_to_postgresql.md @@ -225,10 +225,10 @@ new PostgreSQL one: WITH include no drop, truncate, disable triggers, create no tables, create no indexes, preserve index names, no foreign keys, data only - + SET MySQL PARAMETERS net_read_timeout = '90', - net_write_timeout = '180' + net_write_timeout = '180' ALTER SCHEMA 'gitlabhq_production' RENAME TO 'public' |