Updated disclosure

This commit is contained in:
Andres Keskküla 2014-12-01 11:25:47 +02:00
parent 4e5aecb26d
commit 4800e0c315
11 changed files with 71 additions and 27 deletions

View file

@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20141124105221) do
ActiveRecord::Schema.define(version: 20141127091027) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -41,9 +41,9 @@ ActiveRecord::Schema.define(version: 20141124105221) do
create_table "contact_disclosures", force: true do |t|
t.integer "contact_id"
t.boolean "phone", default: false
t.boolean "fax", default: false
t.boolean "email", default: false
t.boolean "phone"
t.boolean "fax"
t.boolean "email"
t.datetime "created_at"
t.datetime "updated_at"
t.boolean "name"