aboutsummaryrefslogtreecommitdiffstats
path: root/railties/configs/database.yml
diff options
context:
space:
mode:
Diffstat (limited to 'railties/configs/database.yml')
-rw-r--r--railties/configs/database.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/railties/configs/database.yml b/railties/configs/database.yml
index 0f9a7eb20e..c9c8316dcb 100644
--- a/railties/configs/database.yml
+++ b/railties/configs/database.yml
@@ -5,6 +5,9 @@ development:
username: root
password:
+# Warning: The database defined as 'test' will be erased and
+# re-generated from your development database when you run 'rake'.
+# Do not set this db to the same as development or production.
test:
adapter: mysql
database: rails_test