From b68a2c3b36b7a09e8a65dfd8baa9122f928495e8 Mon Sep 17 00:00:00 2001 From: manson Date: Fri, 6 Jun 2014 12:05:33 +0800 Subject: [PATCH] Add field 'rss2_sn' for importing --- app/models/bulletin.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/bulletin.rb b/app/models/bulletin.rb index 516acd2..6d56988 100644 --- a/app/models/bulletin.rb +++ b/app/models/bulletin.rb @@ -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