Browse Source

Restore merge_request in schema

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

20
db/schema.rb

@ -429,21 +429,19 @@ ActiveRecord::Schema[7.0].define(version: 2024_08_13_142947) do
create_table "merge_requests", force: :cascade do |t|
t.integer "requesting_organisation_id"
t.text "other_merging_organisations"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.integer "status"
t.integer "absorbing_organisation_id"
t.datetime "merge_date"
t.integer "requester_id"
t.string "helpdesk_ticket"
t.integer "total_users"
t.integer "total_schemes"
t.integer "total_lettings_logs"
t.integer "total_sales_logs"
t.integer "total_stock_owners"
t.integer "total_managing_agents"
t.boolean "signed_dsa", default: false
t.datetime "discarded_at"
t.boolean "new_absorbing_organisation"
t.boolean "telephone_number_correct"
t.string "new_telephone_number"
t.string "new_organisation_name"
t.string "new_organisation_address_line1"
t.string "new_organisation_address_line2"
t.string "new_organisation_postcode"
t.string "new_organisation_telephone_number"
end
create_table "notifications", force: :cascade do |t|

Loading…
Cancel
Save