We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e0cf56 + bd77fff commit f63dd4aCopy full SHA for f63dd4a
activerecord/Rakefile
@@ -112,8 +112,8 @@ namespace :postgresql do
112
desc 'Build the PostgreSQL test databases'
113
task :build_databases do
114
config = ARTest.config['connections']['postgresql']
115
- %x( createdb -E UTF8 #{config['arunit']['database']} )
116
- %x( createdb -E UTF8 #{config['arunit2']['database']} )
+ %x( createdb -E UTF8 -T template0 #{config['arunit']['database']} )
+ %x( createdb -E UTF8 -T template0 #{config['arunit2']['database']} )
117
118
# prepare hstore
119
version = %x( createdb --version ).strip.gsub(/(.*)(\d\.\d\.\d)$/, "\\2")
0 commit comments