From 440748b13d2c3327e165955f99afcc8fc3b23483 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Mon, 24 Apr 2023 08:50:57 +0100 Subject: [PATCH] feat: merge with main --- db/schema.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/schema.rb b/db/schema.rb index e87364403..dc879f2c7 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -590,6 +590,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_04_18_095819) do t.integer "student_not_child_value_check" t.integer "percentage_discount_value_check" t.integer "buyer_livein_value_check" + t.integer "combined_income_value_check" t.index ["bulk_upload_id"], name: "index_sales_logs_on_bulk_upload_id" t.index ["created_by_id"], name: "index_sales_logs_on_created_by_id" t.index ["old_id"], name: "index_sales_logs_on_old_id", unique: true