Procedure path can contain dashes and can be longer
This commit is contained in:
parent
c52b53ccc2
commit
887512c26c
10 changed files with 44 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue