diff options
Diffstat (limited to 'doc/development/database_debugging.md')
-rw-r--r-- | doc/development/database_debugging.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/database_debugging.md b/doc/development/database_debugging.md index e577ba6ec8f..46cb869fea3 100644 --- a/doc/development/database_debugging.md +++ b/doc/development/database_debugging.md @@ -41,8 +41,8 @@ Access the database via one of these commands (they all get you to the same plac ```ruby gdk psql -d gitlabhq_development -bundle exec rails dbconsole RAILS_ENV=development -bundle exec rails db RAILS_ENV=development +bundle exec rails dbconsole -e development +bundle exec rails db -e development ``` - `\q`: Quit/exit |