test/connections/databases.yml in composite_primary_keys-11.0.0.rc1 vs test/connections/databases.yml in composite_primary_keys-11.0.0.rc2
- old
+ new
@@ -1,4 +1,14 @@
+# To run tests:
+# 1. Copy this file to test/connections/databases.yml.
+# 2. Update to match the databases you want to test against.
+
+ibm_db:
+ database: ocdpdev
+ username: db2inst1
+ password: password
+ host: localhost
+
mysql:
adapter: mysql2
username: root
password: mysql
database: composite_primary_keys_unittest