提交 54dfb291 编写于 作者: J Jeremy Kemper

PostgreSQL: min_messages = warning for AR tests.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2989 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 9e0642a4
......@@ -9,16 +9,16 @@
ActiveRecord::Base.establish_connection(
:adapter => "postgresql",
:host => nil,
:username => "postgres",
:password => "postgres",
:database => db1
:database => db1,
:min_messages => "warning"
)
Course.establish_connection(
:adapter => "postgresql",
:host => nil,
:username => "postgres",
:password => "postgres",
:database => db2
)
\ No newline at end of file
:database => db2,
:min_messages => "warning"
)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册