Fix structured error creation if attributes don't match; write match status to database

This commit is contained in:
Maximilian Grundke
2017-07-19 15:46:19 +02:00
parent 7ba245920c
commit 5d6158f95a
3 changed files with 17 additions and 3 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: 20170711170928) do
ActiveRecord::Schema.define(version: 20170719133351) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -298,6 +298,7 @@ ActiveRecord::Schema.define(version: 20170711170928) do
t.string "value"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.boolean "match"
end
create_table "structured_errors", force: :cascade do |t|