aboutsummaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2010-07-05 17:00:26 +0200
committerJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2010-07-12 19:17:19 +0200
commit60c1b3ec74571066cff255e55f9bce3d50ae6282 (patch)
tree8f7abc208415aaea9c53d3f5410da2d7b505c299 /db
parentAdded a group of alternative questions to seed (diff)
downloadrecruiting-webapp-60c1b3ec74571066cff255e55f9bce3d50ae6282.tar.gz
recruiting-webapp-60c1b3ec74571066cff255e55f9bce3d50ae6282.tar.bz2
recruiting-webapp-60c1b3ec74571066cff255e55f9bce3d50ae6282.zip
Users can view descriptions of question groups
Added index of question groups (supports filtering by category).
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/db/schema.rb b/db/schema.rb
index c45c263..57b11ad 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -1,4 +1,4 @@
-# This file is auto-generated from the current state of the database. Instead of editing this file,
+# 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.
#
@@ -9,7 +9,7 @@
#
# It's strongly recommended to check this file into your version control system.
-ActiveRecord::Schema.define(:version => 20100708182355) do
+ActiveRecord::Schema.define(:version => 20100709083952) do
create_table "answers", :force => true do |t|
t.text "content"
@@ -52,7 +52,8 @@ ActiveRecord::Schema.define(:version => 20100708182355) do
end
create_table "question_groups", :force => true do |t|
- t.string "name", :null => false
+ t.string "name", :null => false
+ t.text "description", :null => false
t.datetime "created_at"
t.datetime "updated_at"
end