Procedure path can contain dashes and can be longer

This commit is contained in:
Mathieu Magnin 2017-04-14 11:34:53 +02:00
parent c52b53ccc2
commit 887512c26c
10 changed files with 44 additions and 11 deletions

View file

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20170328142700) do
ActiveRecord::Schema.define(version: 20170414095411) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -319,7 +319,7 @@ ActiveRecord::Schema.define(version: 20170328142700) do
end
create_table "procedure_paths", force: :cascade do |t|
t.string "path", limit: 30
t.string "path"
t.integer "procedure_id"
t.integer "administrateur_id"
t.index ["path"], name: "index_procedure_paths_on_path", using: :btree