Sha256: 7250a6b58144bf55fa2427653c3bf7879b845cef2c14107483eafb7807d6b77d

Contents?: true

Size: 260 Bytes

Versions: 4

Compression:

Stored size: 260 Bytes

Contents

sqlite3:
  adapter: sqlite3
  database: ':memory:'
postgresql:
  adapter: postgresql
  encoding: unicode
  database: schema_expectations_test
  username: postgres
mysql2:
  adapter: mysql2
  encoding: utf8
  database: schema_expectations_test
  username: root

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
schema_expectations-0.5.0 spec/db/database.yml
schema_expectations-0.4.0 spec/db/database.yml
schema_expectations-0.3.0 spec/db/database.yml
schema_expectations-0.2.0 spec/db/database.yml