Fix trailing spaces in 'doc/update/mysql_to_postgresql.md'

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2019-09-09 17:04:25 +02:00
parent 20fc3f6688
commit 387889a47b
No known key found for this signature in database
GPG Key ID: 98DFFD1C0C62B70B
1 changed files with 2 additions and 2 deletions

View File

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