update tests

This commit is contained in:
clemkeirua 2019-07-25 11:13:30 +02:00
parent caa90613fd
commit 12f1a29b68
2 changed files with 12 additions and 5 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: 2019_07_17_132452) do
ActiveRecord::Schema.define(version: 2019_07_17_151228) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -430,6 +430,7 @@ ActiveRecord::Schema.define(version: 2019_07_17_132452) do
t.integer "user_id"
t.datetime "created_at"
t.datetime "updated_at"
t.text "message"
end
create_table "module_api_cartos", id: :serial, force: :cascade do |t|
@ -500,6 +501,7 @@ ActiveRecord::Schema.define(version: 2019_07_17_132452) do
t.boolean "durees_conservation_required", default: true
t.string "path"
t.string "declarative_with_state"
t.text "monavis"
t.text "monavis_embed"
t.index ["declarative_with_state"], name: "index_procedures_on_declarative_with_state"
t.index ["hidden_at"], name: "index_procedures_on_hidden_at"