comparison .svn/pristine/1b/1bfd626854b349f73d46fb411da252c045cca8a7.svn-base @ 1296:038ba2d95de8 redmine-2.2

Fix redmine-2.2 branch update (add missing svn files)
author Chris Cannam
date Fri, 14 Jun 2013 09:05:06 +0100
parents
children
comparison
equal deleted inserted replaced
1294:3e4c3460b6ca 1296:038ba2d95de8
1 sqlite3:
2 adapter: <%= "jdbc" if defined? JRUBY_VERSION %>sqlite3
3 database: awesome_nested_set.sqlite3.db
4 sqlite3mem:
5 adapter: <%= "jdbc" if defined? JRUBY_VERSION %>sqlite3
6 database: ":memory:"
7 postgresql:
8 adapter: postgresql
9 username: postgres
10 password: postgres
11 database: awesome_nested_set_plugin_test
12 min_messages: ERROR
13 mysql:
14 adapter: mysql2
15 host: localhost
16 username: root
17 password:
18 database: awesome_nested_set_plugin_test