Browse Source

Update schema.rb

pull/2666/head
Manny Dinssa 2 years ago
parent
commit
99959a5cd0
  1. 4
      db/schema.rb

4
db/schema.rb

@ -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: 2024_09_27_143916) do ActiveRecord::Schema[7.0].define(version: 2024_10_02_163937) 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"
@ -44,8 +44,6 @@ ActiveRecord::Schema[7.0].define(version: 2024_09_27_143916) do
t.string "rent_type_fix_status", default: "not_applied" t.string "rent_type_fix_status", default: "not_applied"
t.integer "organisation_id" t.integer "organisation_id"
t.integer "moved_user_id" t.integer "moved_user_id"
t.integer "failed"
t.boolean "processing", default: false
t.string "failure_reason" t.string "failure_reason"
t.boolean "processing" t.boolean "processing"
t.index ["identifier"], name: "index_bulk_uploads_on_identifier", unique: true t.index ["identifier"], name: "index_bulk_uploads_on_identifier", unique: true

Loading…
Cancel
Save