summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2010-08-16 16:07:27 +0200
committerAlex Legler <alex@a3li.li>2010-08-16 16:07:27 +0200
commit6d2b4f9c16639f3a2ac3c502a2c272103f252585 (patch)
tree9e49f7e0826a82a2a3edce9efc1795af42f235e4 /db
parentPulling the text helpers out of lib/glsamaker.rb (diff)
downloadglsamaker-6d2b4f9c16639f3a2ac3c502a2c272103f252585.tar.gz
glsamaker-6d2b4f9c16639f3a2ac3c502a2c272103f252585.tar.bz2
glsamaker-6d2b4f9c16639f3a2ac3c502a2c272103f252585.zip
Update schema
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 2e39cf7..1519bc5 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -68,6 +68,7 @@ ActiveRecord::Schema.define(:version => 20100814142647) do
create_table "cve_comments", :force => true do |t|
t.integer "cve_id"
t.integer "user_id"
+ t.boolean "confidential", :default => false
t.text "comment"
t.datetime "created_at"
t.datetime "updated_at"