Merge branch 'develop' into france_connect
# Conflicts: # db/schema.rb
This commit is contained in:
commit
285d7c6fa0
24 changed files with 415 additions and 361 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddUseAPICartoToProcedure < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :procedures, :use_api_carto, :boolean, :default => false
|
||||
end
|
||||
end
|
|
@ -118,9 +118,10 @@ ActiveRecord::Schema.define(version: 20151008090835) do
|
|||
t.string "organisation"
|
||||
t.string "direction"
|
||||
t.string "lien_demarche"
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.boolean "test"
|
||||
t.boolean "use_api_carto", default: false
|
||||
end
|
||||
|
||||
create_table "types_de_piece_justificative", force: :cascade do |t|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue