annotate .svn/pristine/1b/1bfd626854b349f73d46fb411da252c045cca8a7.svn-base @ 1298:4f746d8966dd redmine_2.3_integration

Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author Chris Cannam
date Fri, 14 Jun 2013 09:28:30 +0100
parents 622f24f53b42
children
rev   line source
Chris@1295 1 sqlite3:
Chris@1295 2 adapter: <%= "jdbc" if defined? JRUBY_VERSION %>sqlite3
Chris@1295 3 database: awesome_nested_set.sqlite3.db
Chris@1295 4 sqlite3mem:
Chris@1295 5 adapter: <%= "jdbc" if defined? JRUBY_VERSION %>sqlite3
Chris@1295 6 database: ":memory:"
Chris@1295 7 postgresql:
Chris@1295 8 adapter: postgresql
Chris@1295 9 username: postgres
Chris@1295 10 password: postgres
Chris@1295 11 database: awesome_nested_set_plugin_test
Chris@1295 12 min_messages: ERROR
Chris@1295 13 mysql:
Chris@1295 14 adapter: mysql2
Chris@1295 15 host: localhost
Chris@1295 16 username: root
Chris@1295 17 password:
Chris@1295 18 database: awesome_nested_set_plugin_test