Browse Source

change migration to add purchase_code to errors

remotes/origin/bulk-upload-errors-integration
Phil Lee 3 years ago
parent
commit
d720096010
  1. 1
      db/migrate/20221209161927_create_bulk_upload_errors.rb
  2. 1
      db/schema.rb

1
db/migrate/20221209161927_create_bulk_upload_errors.rb

@ -8,6 +8,7 @@ class CreateBulkUploadErrors < ActiveRecord::Migration[7.0]
t.text :tenant_code t.text :tenant_code
t.text :property_ref t.text :property_ref
t.text :purchase_code
t.text :field t.text :field
t.text :error t.text :error

1
db/schema.rb

@ -20,6 +20,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_01_04_164318) do
t.text "row" t.text "row"
t.text "tenant_code" t.text "tenant_code"
t.text "property_ref" t.text "property_ref"
t.text "purchase_code"
t.text "field" t.text "field"
t.text "error" t.text "error"
t.datetime "created_at", null: false t.datetime "created_at", null: false

Loading…
Cancel
Save