Administrateur can be define private champs => same as typical champs

This commit is contained in:
Xavier J 2016-08-03 18:19:56 +02:00
parent 26b5e4cb24
commit 116dd0d94f
41 changed files with 601 additions and 113 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: 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|