X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/108e13f9199648108e61f282a56f9ab4e7bc5dc6..3e545735b4784af19edec9bfcc8e25ff17cb7f12:/db/schema.rb diff --git a/db/schema.rb b/db/schema.rb index 761fe47..4ea61b7 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -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"