Allowed for the results page of quickvotes to be hidden while the quickvote is go
[selectricity-live] / db / schema.rb
index 761fe47a5a21ec21d0f699b73010416a5be5a62c..4ea61b7973e5dc269191f16b03c1c4cdfbcba66a 100644 (file)
@@ -20,6 +20,8 @@ ActiveRecord::Schema.define() do
     t.column "startdate",       :datetime
     t.column "enddate",         :datetime,                                   :null => false
     t.column "active",          :integer,  :limit => 4,   :default => 0,     :null => false
+    t.column "viewable",        :integer,  :limit => 4,   :default => 1,     :null => false
+    t.column "notices",         :integer,  :limit => 4,   :default => 0,     :null => false
     t.column "user_id",         :integer
     t.column "quickuser",       :string
     t.column "election_method", :string,   :limit => 100, :default => "ssd"

Benjamin Mako Hill || Want to submit a patch?