validation des pièces justificative

This commit is contained in:
Xavier J 2015-09-22 13:11:56 +02:00
parent 94cfa8a139
commit 542cdbaefd
5 changed files with 34 additions and 6 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: 20150922085811) do
ActiveRecord::Schema.define(version: 20150922110719) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -126,9 +126,9 @@ ActiveRecord::Schema.define(version: 20150922085811) do
create_table "types_de_piece_justificative", force: :cascade do |t|
t.string "libelle"
t.string "description"
t.boolean "api_entreprise"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.boolean "api_entreprise", default: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.integer "procedure_id"
end