Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-31 18:10:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-31 18:10:14 +0300
commitea937d0916c4a3325daf45edd420aeea7da32944 (patch)
treea58f9456f0b8dab30c9621b0dad6015d77bce755 /doc/development/database_debugging.md
parent2f2c8f84bf1dd181f28f71505c6216f34d67532e (diff)
Add latest changes from gitlab-org/gitlab@master
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 6da0455f392..25b62e0d693 100644
--- a/doc/development/database_debugging.md
+++ b/doc/development/database_debugging.md
@@ -11,7 +11,7 @@ Available `RAILS_ENV`:
- `development` (this is your main GDK db).
- `test` (used for tests like RSpec).
-## Nuke everything and start over
+## Delete everything and start over
If you just want to delete everything and start over with an empty DB (approximately 1 minute):