Add field 'rss2_sn' for importing
This commit is contained in:
parent
8a7e96aae8
commit
b68a2c3b36
|
@ -16,6 +16,7 @@ class Bulletin
|
|||
field :public, :type => Boolean, :default => true
|
||||
field :postdate , :type => DateTime, :default => Time.now
|
||||
field :deadline , :type => DateTime
|
||||
field :rss2_sn
|
||||
|
||||
field :email_id
|
||||
field :email_sent, :type => Boolean, :default => false
|
||||
|
|
Loading…
Reference in New Issue