summaryrefslogtreecommitdiff
path: root/doc/update/mysql_to_postgresql.md
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-02-18 09:36:13 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-02-18 09:36:13 +0000
commit47fb1c5235236c8e28bfdc87b013419ae1d85dc8 (patch)
tree0152ff66b8da3b175ed3f499aa52b039571c30a6 /doc/update/mysql_to_postgresql.md
parent951e89127661150cdc23b8806085934ffdc4640f (diff)
downloadgitlab-ce-47fb1c5235236c8e28bfdc87b013419ae1d85dc8.tar.gz
Remove consecutive blank lines from markdown files
For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
Diffstat (limited to 'doc/update/mysql_to_postgresql.md')
-rw-r--r--doc/update/mysql_to_postgresql.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/update/mysql_to_postgresql.md b/doc/update/mysql_to_postgresql.md
index 7c6a14cb104..1f4b5fbffa7 100644
--- a/doc/update/mysql_to_postgresql.md
+++ b/doc/update/mysql_to_postgresql.md
@@ -97,7 +97,6 @@ Now, you can use pgloader to migrate the data from MySQL to PostgreSQL:
1. Once the migration finishes, you should see a summary table that looks like
the following:
-
```
table name read imported errors total time
----------------------------------------------- --------- --------- --------- --------------
@@ -245,7 +244,6 @@ Now, you can use pgloader to migrate the data from MySQL to PostgreSQL:
1. Once the migration finishes, you should see a summary table that looks like
the following:
-
```
table name read imported errors total time
----------------------------------------------- --------- --------- --------- --------------
@@ -286,4 +284,3 @@ If you experience 500 errors after the migration, try to clear the cache:
``` bash
sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
```
-