Moved files around a bit more.
[selectricity] / db / schema.rb
index 57e39ac71a9e5a32490b72134fe9992cb5668dc1..ec0093b1f2aad2580f5d899a5e1f28a0cea4dcc5 100644 (file)
@@ -17,6 +17,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?