diff --git a/db/migrate/20221223115948_add_buyer_serving_to_sales.rb b/db/migrate/20221223115948_add_buyer_serving_to_sales.rb deleted file mode 100644 index d62c5e1de..000000000 --- a/db/migrate/20221223115948_add_buyer_serving_to_sales.rb +++ /dev/null @@ -1,7 +0,0 @@ -class AddBuyerServingToSales < ActiveRecord::Migration[7.0] - def change - change_table :sales_logs, bulk: true do |t| - t.column :hhregres, :integer - end - end -end diff --git a/db/schema.rb b/db/schema.rb index 4c0f0bc06..56d5d7a41 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -420,7 +420,6 @@ ActiveRecord::Schema[7.0].define(version: 2022_12_23_115948) do t.integer "pregghb" t.integer "pregother" t.integer "disabled" - t.integer "hhregres" t.index ["created_by_id"], name: "index_sales_logs_on_created_by_id" t.index ["managing_organisation_id"], name: "index_sales_logs_on_managing_organisation_id" t.index ["owning_organisation_id"], name: "index_sales_logs_on_owning_organisation_id"