Skip to content

Commit 3b78165

Browse files
Ignore column in preparation for deletion
The column drop migration will be done in upcoming PR, after this one is merged.
1 parent 6e42ca7 commit 3b78165

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/models/edition.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
class Edition < ApplicationRecord
2+
self.ignored_columns += %w[news_article_type_id]
3+
24
include Edition::Traits
35

46
include Edition::NullImages

0 commit comments

Comments
 (0)