mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
Updated disclosure
This commit is contained in:
parent
4e5aecb26d
commit
4800e0c315
11 changed files with 71 additions and 27 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue