Browse Source

CLDC-4331: update schema

pull/3356/head
Nat Dean-Lewis 4 days ago
parent
commit
3386e96bbc
  1. 8
      db/schema.rb

8
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: 2026_04_20_151627) do
ActiveRecord::Schema[7.2].define(version: 2026_06_18_101455) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -837,9 +837,6 @@ ActiveRecord::Schema[7.2].define(version: 2026_04_20_151627) do
t.string "sexrab5"
t.string "sexrab6"
t.integer "buildheightclass"
t.integer "mortlen_known"
t.integer "hasservicechargeschanged"
t.decimal "newservicecharges", precision: 10, scale: 2
t.integer "gender_same_as_sex1"
t.integer "gender_same_as_sex2"
t.integer "gender_same_as_sex3"
@ -852,6 +849,9 @@ ActiveRecord::Schema[7.2].define(version: 2026_04_20_151627) do
t.string "gender_description4"
t.string "gender_description5"
t.string "gender_description6"
t.integer "mortlen_known"
t.integer "hasservicechargeschanged"
t.decimal "newservicecharges", precision: 10, scale: 2
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"

Loading…
Cancel
Save