From eec656af8f5e6e15aadfdb7e4685b115ac21e50f Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Thu, 30 Jan 2025 18:27:10 +0000 Subject: [PATCH] Update schema --- db/schema.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 76147c982..2c82498a9 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[7.2].define(version: 2025_01_30_175808) do +ActiveRecord::Schema[7.2].define(version: 2025_01_30_180704) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -770,6 +770,7 @@ ActiveRecord::Schema[7.2].define(version: 2025_01_30_175808) do t.datetime "initialpurchase" t.integer "has_management_fee" t.decimal "management_fee", precision: 10, scale: 2 + t.string "address_search" t.index ["assigned_to_id"], name: "index_sales_logs_on_assigned_to_id" 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"