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 a01d6f8 + 4f4dd2e commit 0098f55Copy full SHA for 0098f55
activerecord/Rakefile
@@ -239,8 +239,8 @@ namespace :db do
239
desc "Build the PostgreSQL test databases"
240
task :build do
241
config = ARTest.config["connections"]["postgresql"]
242
- %x( createdb -E UTF8 -T template0 #{config["arunit"]["database"]} )
243
- %x( createdb -E UTF8 -T template0 #{config["arunit2"]["database"]} )
+ %x( createdb -E UTF8 -T template0 #{config["arunit"]["database"]} --lc-collate en_US.UTF-8 )
+ %x( createdb -E UTF8 -T template0 #{config["arunit2"]["database"]} --lc-collate en_US.UTF-8 )
244
end
245
246
desc "Drop the PostgreSQL test databases"
0 commit comments