aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema
diff options
context:
space:
mode:
authorThales Oliveira <oliveiraethales@gmail.com>2014-01-05 20:55:02 -0200
committerThales Oliveira <oliveiraethales@gmail.com>2014-01-06 11:36:19 -0200
commit901a0c8b4a3b1de8ff1ec8feb4b67f727c07dc8b (patch)
tree70a52311aec61c1fb8f9233009cbe43439eca122 /activerecord/test/schema
parent3a48b83e5eec62a5d2bfab1a118c24b45345388c (diff)
downloadrails-901a0c8b4a3b1de8ff1ec8feb4b67f727c07dc8b.tar.gz
rails-901a0c8b4a3b1de8ff1ec8feb4b67f727c07dc8b.tar.bz2
rails-901a0c8b4a3b1de8ff1ec8feb4b67f727c07dc8b.zip
Fix: ActiveRecord::Store TypeError conversion when using YAML coder
Renaming the test accordingly to its behaviour Adding 'Fixes' statement to changelog Improving tests legibility & changelog Undoing mistakenly removed empty line & further improving changelog
Diffstat (limited to 'activerecord/test/schema')
-rw-r--r--activerecord/test/schema/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/test/schema/schema.rb b/activerecord/test/schema/schema.rb
index ac546fc296..ddfc1ac0d6 100644
--- a/activerecord/test/schema/schema.rb
+++ b/activerecord/test/schema/schema.rb
@@ -45,6 +45,7 @@ ActiveRecord::Schema.define do
t.string :preferences, null: true, default: '', limit: 1024
t.string :json_data, null: true, limit: 1024
t.string :json_data_empty, null: true, default: "", limit: 1024
+ t.text :params
t.references :account
end