X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/7b649ccad8804580632c255b9f451482fdbbe32d..86087be54da5f8c3af8fa475fafebd0c5527da9f:/db/schema.rb diff --git a/db/schema.rb b/db/schema.rb index 57e39ac..ec0093b 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -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"