aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'site/db/schema.rb')
-rw-r--r--site/db/schema.rb18
1 files changed, 2 insertions, 16 deletions
diff --git a/site/db/schema.rb b/site/db/schema.rb
index 52620df..c160c10 100644
--- a/site/db/schema.rb
+++ b/site/db/schema.rb
@@ -1,18 +1,3 @@
-# Gentoo Council Web App - to help Gentoo Council do their job better
-# Copyright (C) 2011 Joachim Filip Bartosik
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Affero General Public License as
-# published by the Free Software Foundation, version 3 of the License
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Affero General Public License for more details.
-#
-# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.
@@ -25,7 +10,7 @@
#
# It's strongly recommended to check this file into your version control system.
-ActiveRecord::Schema.define(:version => 20110721195225) do
+ActiveRecord::Schema.define(:version => 20110802090951) do
create_table "agenda_items", :force => true do |t|
t.string "title", :default => "", :null => false
@@ -38,6 +23,7 @@ ActiveRecord::Schema.define(:version => 20110721195225) do
t.integer "agenda_id"
t.text "timelimits", :default => "", :null => false
t.string "discussion_time", :default => "", :null => false
+ t.boolean "poll", :default => false
end
add_index "agenda_items", ["agenda_id"], :name => "index_agenda_items_on_agenda_id"