Fix structured error creation if attributes don't match; write match status to database
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddMatchToStructuredErrorAttribute < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :structured_error_attributes, :match, :boolean
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user