Commit b450a0cecf8444b839dbb643d67f56958ec93169
1 parent
85013489
Exists in
master
and in
29 other branches
ActionItem1264: using text instead of string
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
db/migrate/072_add_terms_of_use_acceptance_text.rb
db/schema.rb
... | ... | @@ -165,7 +165,7 @@ ActiveRecord::Schema.define(:version => 72) do |
165 | 165 | t.text "custom_header" |
166 | 166 | t.text "custom_footer" |
167 | 167 | t.string "theme" |
168 | - t.string "terms_of_use_acceptance_text" | |
168 | + t.text "terms_of_use_acceptance_text" | |
169 | 169 | end |
170 | 170 | |
171 | 171 | create_table "external_feeds", :force => true do |t| | ... | ... |