Browse Source

Update schema.rb

pull/2629/head
Manny Dinssa 2 years ago committed by GitHub
parent
commit
21f8ea87e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      db/schema.rb

7
db/schema.rb

@ -10,11 +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.
<<<<<<< CLDC-3623-Support-user-bulk-uploading
ActiveRecord::Schema[7.0].define(version: 2024_09_05_092332) do
=======
ActiveRecord::Schema[7.0].define(version: 2024_09_11_152702) do ActiveRecord::Schema[7.0].define(version: 2024_09_11_152702) do
>>>>>>> main
# 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"
@ -46,11 +42,8 @@ ActiveRecord::Schema[7.0].define(version: 2024_09_11_152702) do
t.text "choice" t.text "choice"
t.integer "total_logs_count" t.integer "total_logs_count"
t.string "rent_type_fix_status", default: "not_applied" t.string "rent_type_fix_status", default: "not_applied"
<<<<<<< CLDC-3623-Support-user-bulk-uploading
t.integer "organisation_id" t.integer "organisation_id"
=======
t.integer "moved_user_id" t.integer "moved_user_id"
>>>>>>> main
t.index ["identifier"], name: "index_bulk_uploads_on_identifier", unique: true t.index ["identifier"], name: "index_bulk_uploads_on_identifier", unique: true
t.index ["user_id"], name: "index_bulk_uploads_on_user_id" t.index ["user_id"], name: "index_bulk_uploads_on_user_id"
end end

Loading…
Cancel
Save