aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema
diff options
context:
space:
mode:
authorJulia Lopez <julia@getharvest.com>2016-12-14 12:14:47 +0100
committerJulia Lopez <julia@getharvest.com>2016-12-21 11:09:29 +0100
commit5e46f4ccb477dcb0ecce3242f20c59e9c890964d (patch)
tree41197bd9ae640b736cec312b5c0bc78dadbb48f1 /activerecord/test/schema
parent0dc9eb46ee47b1196583fd860b25242b6421ab1e (diff)
downloadrails-5e46f4ccb477dcb0ecce3242f20c59e9c890964d.tar.gz
rails-5e46f4ccb477dcb0ecce3242f20c59e9c890964d.tar.bz2
rails-5e46f4ccb477dcb0ecce3242f20c59e9c890964d.zip
fix #create_fixtures when equal table names in different databases
Diffstat (limited to 'activerecord/test/schema')
-rw-r--r--activerecord/test/schema/schema.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/test/schema/schema.rb b/activerecord/test/schema/schema.rb
index 658591b6ec..9d76d0537e 100644
--- a/activerecord/test/schema/schema.rb
+++ b/activerecord/test/schema/schema.rb
@@ -1050,3 +1050,5 @@ Professor.connection.create_table :courses_professors, id: false, force: true do
t.references :course
t.references :professor
end
+
+OtherDog.connection.create_table :dogs, force: true