Add field 'rss2_sn' for importing
This commit is contained in:
parent
8a2d0df7e5
commit
9c5d6cb617
|
@ -24,6 +24,7 @@ class ArchiveFile
|
|||
field :deadline , :type => DateTime
|
||||
field :uid, type: String
|
||||
field :sort_number, type: Integer
|
||||
field :rss2_sn
|
||||
|
||||
# scope :can_display,where(is_hidden: false)
|
||||
|
||||
|
|
Loading…
Reference in New Issue