Added Plugin for dynamically adjusting session options (so they will never
[selectricity] / db / schema.rb
index cc61ca37c0b9abdbf9a6e19760d4749bd2ea6f66..761fe47a5a21ec21d0f699b73010416a5be5a62c 100644 (file)
@@ -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

Benjamin Mako Hill || Want to submit a patch?