aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2013-02-27 08:46:40 -0800
committerSteve Klabnik <steve@steveklabnik.com>2013-02-27 08:46:40 -0800
commitafd4a14332c49fa0e236e6904a5f7e09ce33c407 (patch)
tree7d7565d3e456ad4120f88a24157f82cc5e735308 /activerecord/test/schema
parent5c1354901ec36f3f9359c86d0348741a219baa47 (diff)
downloadrails-afd4a14332c49fa0e236e6904a5f7e09ce33c407.tar.gz
rails-afd4a14332c49fa0e236e6904a5f7e09ce33c407.tar.bz2
rails-afd4a14332c49fa0e236e6904a5f7e09ce33c407.zip
Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric"
This reverts commit 408227d9c5ed7de26310d72a1a99c1ee02311c63, reversing changes made to dca0b57d03deffc933763482e615c3cf0b9a1d97.
Diffstat (limited to 'activerecord/test/schema')
-rw-r--r--activerecord/test/schema/schema.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/test/schema/schema.rb b/activerecord/test/schema/schema.rb
index d789b6cb7a..cd9835259a 100644
--- a/activerecord/test/schema/schema.rb
+++ b/activerecord/test/schema/schema.rb
@@ -540,8 +540,6 @@ ActiveRecord::Schema.define do
create_table :price_estimates, :force => true do |t|
t.string :estimate_of_type
t.integer :estimate_of_id
- t.string :thing_type
- t.integer :thing_id
t.integer :price
end