X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/6fdb49ee0dfc76980bcefb18968d1e1c55c8149c..108e13f9199648108e61f282a56f9ab4e7bc5dc6:/db/schema.rb diff --git a/db/schema.rb b/db/schema.rb index cc61ca3..761fe47 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -21,6 +21,7 @@ ActiveRecord::Schema.define() do t.column "enddate", :datetime, :null => false t.column "active", :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" t.column "type", :string, :limit => 100, :default => "", :null => false end