summaryrefslogtreecommitdiff
path: root/doc/development/database_debugging.md
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-05-15 20:16:53 +0800
committerLin Jen-Shin <godfat@godfat.org>2018-05-15 20:16:53 +0800
commit47d4732fb21ffb3c172e65291eaf7633b70431ac (patch)
tree02cf8d7f927ef5c53ad05c20fb241d00b17a375c /doc/development/database_debugging.md
parent6fe8c1758195ca81554238bd24966bd85827b7f7 (diff)
parentf4ef6b474c44eb8e7034034dd95152818ae33b4a (diff)
downloadgitlab-ce-42531-open-invite-404.tar.gz
Merge remote-tracking branch 'upstream/master' into 42531-open-invite-40442531-open-invite-404
* upstream/master: (53 commits) Disable greedy mode when matching filename Add index on runner_type for ci_runners Improve the squash step in the 'Database Changes' MR template Enable update_(build|pipeline) for maintainers Correct skewed Kubernetes popover illustration Fix minor typo of main docs page Fix link to MR for Maintainer Access docs Changes Ingress RBAC value to be false as default More verbose logging for deprecated path access Change `expect` to `except` on help page Backport EE-specific untrusted regexp implementation Add `createComponentWithMixin` to create anonymous components with mixin Update secpick Update Gemfile.rails5.lock Remove /features Update secpick Increase rspec jobs up to 30 Fix specs Add changelog entry [ci skip] Revert clean up `db/fixtures/development/14_pipelines.rb` ...
Diffstat (limited to 'doc/development/database_debugging.md')
-rw-r--r--doc/development/database_debugging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/database_debugging.md b/doc/development/database_debugging.md
index 32f392f1303..9c31265e417 100644
--- a/doc/development/database_debugging.md
+++ b/doc/development/database_debugging.md
@@ -11,7 +11,7 @@ Available `RAILS_ENV`
- `production` (generally not for your main GDK db, but you may need this for e.g. omnibus)
- `development` (this is your main GDK db)
- - `test` (used for tests like rspec and spinach)
+ - `test` (used for tests like rspec)
## Nuke everything and start over