Skip to content

Commit

Permalink
how did I miss this conflict?
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLemons committed Nov 24, 2020
1 parent ac4eb9c commit 93df28b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

<<<<<<< HEAD
ActiveRecord::Schema.define(version: 2020_10_22_034445) do
=======
ActiveRecord::Schema.define(version: 2020_11_23_112651) do
>>>>>>> upstream/main

# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
Expand Down Expand Up @@ -261,12 +257,9 @@
add_foreign_key "case_assignments", "users", column: "volunteer_id"
add_foreign_key "case_contacts", "casa_cases"
add_foreign_key "case_contacts", "users", column: "creator_id"
<<<<<<< HEAD
add_foreign_key "emancipation_options", "emancipation_categories"
=======
add_foreign_key "judges", "casa_orgs"
add_foreign_key "past_court_dates", "casa_cases"
>>>>>>> upstream/main
add_foreign_key "supervisor_volunteers", "users", column: "supervisor_id"
add_foreign_key "supervisor_volunteers", "users", column: "volunteer_id"
add_foreign_key "users", "casa_orgs"
Expand Down

0 comments on commit 93df28b

Please sign in to comment.