Skip to content

Commit

Permalink
update schema.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Dec 24, 2019
1 parent c335a2c commit 96060d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ end
gem 'enju_leaf', github: 'next-l/enju_leaf', branch: '2.x'
gem 'enju_library', github: 'next-l/enju_library', branch: '2.x'
gem 'enju_biblio', github: 'next-l/enju_biblio', branch: '2.x'
gem 'enju_manifestation_viewer', github: 'next-l/enju_manifestation_viewer', branch: '2.x'
gem 'enju_circulation', github: 'next-l/enju_circulation', branch: '2.x'
gem 'enju_event', github: 'next-l/enju_event', branch: '2.x'
gem 'enju_message', github: 'next-l/enju_message', branch: '2.x'
2 changes: 1 addition & 1 deletion spec/dummy/db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@
add_foreign_key "reserves", "users"
add_foreign_key "resource_import_files", "users"
add_foreign_key "retains", "items"
add_foreign_key "retains", "reserves", column: "reserve_id"
add_foreign_key "retains", "reserves"
add_foreign_key "subscriptions", "users"
add_foreign_key "user_checkout_stats", "users"
add_foreign_key "user_export_files", "users"
Expand Down

0 comments on commit 96060d4

Please sign in to comment.