Commit 383f3635 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch '67209-fix-docs-lint-docs' into 'master'

Resolve "Job Failed #290891184 - docs lint broken in `master`"

Closes #67209

See merge request gitlab-org/gitlab-ce!32825
parents 9ef95241 387889a4
...@@ -225,10 +225,10 @@ new PostgreSQL one: ...@@ -225,10 +225,10 @@ new PostgreSQL one:
WITH include no drop, truncate, disable triggers, create no tables, WITH include no drop, truncate, disable triggers, create no tables,
create no indexes, preserve index names, no foreign keys, create no indexes, preserve index names, no foreign keys,
data only data only
SET MySQL PARAMETERS SET MySQL PARAMETERS
net_read_timeout = '90', net_read_timeout = '90',
net_write_timeout = '180' net_write_timeout = '180'
ALTER SCHEMA 'gitlabhq_production' RENAME TO 'public' ALTER SCHEMA 'gitlabhq_production' RENAME TO 'public'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment