Commit fe674d2b534e8621bbe745f9b77742b9c1b3c95e
1 parent
176bce4b
Exists in
master
and in
29 other branches
Add Task model to fix yaml encoding migration
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
db/migrate/20140724134601_fix_yaml_encoding.rb
@@ -6,6 +6,7 @@ class FixYamlEncoding < ActiveRecord::Migration | @@ -6,6 +6,7 @@ class FixYamlEncoding < ActiveRecord::Migration | ||
6 | fix_encoding(Profile, 'data') | 6 | fix_encoding(Profile, 'data') |
7 | fix_encoding(ActionTracker::Record, 'params') | 7 | fix_encoding(ActionTracker::Record, 'params') |
8 | fix_encoding(Article, 'setting') | 8 | fix_encoding(Article, 'setting') |
9 | + fix_encoding(Task, 'data') | ||
9 | end | 10 | end |
10 | 11 | ||
11 | def self.down | 12 | def self.down |