|
|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
# |
|
|
|
|
# It's strongly recommended that you check this file into your version control system. |
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema[7.0].define(version: 2023_10_23_142854) do |
|
|
|
|
ActiveRecord::Schema[7.0].define(version: 2023_11_21_131725) do |
|
|
|
|
# These are extensions that must be enabled in order to support this database |
|
|
|
|
enable_extension "plpgsql" |
|
|
|
|
|
|
|
|
|
@ -624,8 +624,10 @@ ActiveRecord::Schema[7.0].define(version: 2023_10_23_142854) do
|
|
|
|
|
t.integer "creation_method", default: 1 |
|
|
|
|
t.integer "old_form_id" |
|
|
|
|
t.datetime "values_updated_at" |
|
|
|
|
t.bigint "managing_organisation_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" |
|
|
|
|
t.index ["managing_organisation_id"], name: "index_sales_logs_on_managing_organisation_id" |
|
|
|
|
t.index ["old_id"], name: "index_sales_logs_on_old_id", unique: true |
|
|
|
|
t.index ["owning_organisation_id"], name: "index_sales_logs_on_owning_organisation_id" |
|
|
|
|
t.index ["updated_by_id"], name: "index_sales_logs_on_updated_by_id" |
|
|
|
|
|