diff options
author | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2011-07-20 20:45:16 +0200 |
---|---|---|
committer | Petteri Räty <petsku@petteriraty.eu> | 2011-08-03 12:51:57 +0300 |
commit | 33abbf833236f957ff49d46951ee0dad294c677e (patch) | |
tree | 27f53754b62c7de3045af7a917cf425f7143c5ee /site/db | |
parent | Make some more actions available only to council members (diff) | |
download | council-webapp-33abbf833236f957ff49d46951ee0dad294c677e.tar.gz council-webapp-33abbf833236f957ff49d46951ee0dad294c677e.tar.bz2 council-webapp-33abbf833236f957ff49d46951ee0dad294c677e.zip |
Custom doodle-like feature
Diffstat (limited to 'site/db')
-rw-r--r-- | site/db/schema.rb | 18 |
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" |