From c4e9dc273a85b3c6aa2d265fd5af74971028fd05 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Sat, 11 Jan 2014 17:31:15 -0800 Subject: force table creation --- activerecord/test/cases/hot_compatibility_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/test/cases/hot_compatibility_test.rb b/activerecord/test/cases/hot_compatibility_test.rb index 96e581ab4c..e671979bcf 100644 --- a/activerecord/test/cases/hot_compatibility_test.rb +++ b/activerecord/test/cases/hot_compatibility_test.rb @@ -5,7 +5,7 @@ class HotCompatibilityTest < ActiveRecord::TestCase setup do @klass = Class.new(ActiveRecord::Base) do - connection.create_table :hot_compatibilities do |t| + connection.create_table :hot_compatibilities, :force => true do |t| t.string :foo t.string :bar end -- cgit v1.2.3