|
|
@ -10,7 +10,7 @@ |
|
|
|
# |
|
|
|
# |
|
|
|
# It's strongly recommended that you check this file into your version control system. |
|
|
|
# It's strongly recommended that you check this file into your version control system. |
|
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema[7.0].define(version: 2023_12_18_105226) do |
|
|
|
ActiveRecord::Schema[7.0].define(version: 2024_01_09_153031) do |
|
|
|
# These are extensions that must be enabled in order to support this database |
|
|
|
# These are extensions that must be enabled in order to support this database |
|
|
|
enable_extension "plpgsql" |
|
|
|
enable_extension "plpgsql" |
|
|
|
|
|
|
|
|
|
|
@ -302,6 +302,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_12_18_105226) do |
|
|
|
t.integer "supcharg_value_check" |
|
|
|
t.integer "supcharg_value_check" |
|
|
|
t.integer "scharge_value_check" |
|
|
|
t.integer "scharge_value_check" |
|
|
|
t.integer "pscharge_value_check" |
|
|
|
t.integer "pscharge_value_check" |
|
|
|
|
|
|
|
t.integer "renttype_detail" |
|
|
|
t.index ["bulk_upload_id"], name: "index_lettings_logs_on_bulk_upload_id" |
|
|
|
t.index ["bulk_upload_id"], name: "index_lettings_logs_on_bulk_upload_id" |
|
|
|
t.index ["created_by_id"], name: "index_lettings_logs_on_created_by_id" |
|
|
|
t.index ["created_by_id"], name: "index_lettings_logs_on_created_by_id" |
|
|
|
t.index ["location_id"], name: "index_lettings_logs_on_location_id" |
|
|
|
t.index ["location_id"], name: "index_lettings_logs_on_location_id" |
|
|
|