Administrateur can be define private champs => same as typical champs
This commit is contained in:
parent
26b5e4cb24
commit
116dd0d94f
41 changed files with 601 additions and 113 deletions
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20160802131031) do
|
||||
ActiveRecord::Schema.define(version: 20160803081304) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
@ -296,7 +296,7 @@ ActiveRecord::Schema.define(version: 20160802131031) do
|
|||
t.integer "procedure_id"
|
||||
t.text "description"
|
||||
t.boolean "mandatory", default: false
|
||||
t.boolean "private", default: false
|
||||
t.string "type"
|
||||
end
|
||||
|
||||
create_table "types_de_piece_justificative", force: :cascade do |t|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue