test/connections/databases.yml in composite_primary_keys-5.0.13 vs test/connections/databases.yml in composite_primary_keys-5.0.14

- old
+ new

@@ -1,17 +1,8 @@ # To run tests: # 1. Copy this file to test/connections/databases.yml. # 2. Update to match the databases you want to test against. - -mysql: - adapter: mysql2 - username: root - database: composite_primary_keys_unittest - -sqlite3: - adapter: sqlite3 - database: db/composite_primary_keys_unittest.sqlite - +# 3. Build the database using rake <databasename>:build_database postgresql: adapter: postgresql database: composite_primary_keys_unittest username: postgres host: localhost