summaryrefslogtreecommitdiff
path: root/db/migrate/20170809142252_cleanup_appearances_schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170809142252_cleanup_appearances_schema.rb')
-rw-r--r--db/migrate/20170809142252_cleanup_appearances_schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170809142252_cleanup_appearances_schema.rb b/db/migrate/20170809142252_cleanup_appearances_schema.rb
index 90d12925ba2..acf45060114 100644
--- a/db/migrate/20170809142252_cleanup_appearances_schema.rb
+++ b/db/migrate/20170809142252_cleanup_appearances_schema.rb
@@ -7,7 +7,7 @@ class CleanupAppearancesSchema < ActiveRecord::Migration
# Set this constant to true if this migration requires downtime.
DOWNTIME = false
- NOT_NULL_COLUMNS = %i[title description description_html created_at updated_at]
+ NOT_NULL_COLUMNS = %i[title description created_at updated_at]
TIME_COLUMNS = %i[created_at updated_at]