diff --git a/db/migrate/20221209161927_create_bulk_upload_errors.rb b/db/migrate/20221209161927_create_bulk_upload_errors.rb index 0689b4ea6..ae72298e9 100644 --- a/db/migrate/20221209161927_create_bulk_upload_errors.rb +++ b/db/migrate/20221209161927_create_bulk_upload_errors.rb @@ -8,6 +8,7 @@ class CreateBulkUploadErrors < ActiveRecord::Migration[7.0] t.text :tenant_code t.text :property_ref + t.text :purchase_code t.text :field t.text :error diff --git a/db/schema.rb b/db/schema.rb index b01a540fd..d85f40d4d 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -20,6 +20,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_01_04_164318) do t.text "row" t.text "tenant_code" t.text "property_ref" + t.text "purchase_code" t.text "field" t.text "error" t.datetime "created_at", null: false