aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20180420073801_fix_typo_in_cleanup_results.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20180420073801_fix_typo_in_cleanup_results.rb b/db/migrate/20180420073801_fix_typo_in_cleanup_results.rb
new file mode 100644
index 000000000..2e616d3e1
--- /dev/null
+++ b/db/migrate/20180420073801_fix_typo_in_cleanup_results.rb
@@ -0,0 +1,5 @@
+class FixTypoInCleanupResults < ActiveRecord::Migration
+ def change
+ rename_column :clean_up_results, :message_attributs, :message_attributes
+ end
+end