Skip to content

Commit

Permalink
Merge pull request #2127 from samvera/hyrax-5-upgrade-pr-feedback
Browse files Browse the repository at this point in the history
Hyrax 5 upgrade pr feedback
  • Loading branch information
ShanaLMoore authored Jan 4, 2024
2 parents 0405409 + 762ab77 commit 1797a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
3 changes: 2 additions & 1 deletion config/initializers/apartment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
Apartment.configure do |config|
# Add any models that you do not want to be multi-tenanted, but remain in the global (public) namespace.
# A typical example would be a Customer or Tenant model that stores each Tenant's information.
config.excluded_models = %w[Account AccountCrossSearch DomainName Endpoint User UserStat SolrEndpoint FcrepoEndpoint RedisEndpoint GoodJob::Execution GoodJob::Job GoodJob::Process]
config.excluded_models = %w[Account AccountCrossSearch DomainName Endpoint User UserStat SolrEndpoint FcrepoEndpoint RedisEndpoint]
config.excluded_models += %w[GoodJob::Execution GoodJob::Job GoodJob::Process] if ENV.fetch('HYRAX_ACTIVE_JOB_QUEUE', 'sidekiq') == 'good_job'

# In order to migrate all of your Tenants you need to provide a list of Tenant names to Apartment.
# You can make this dynamic by providing a Proc object to be called on migrations.
Expand Down
11 changes: 0 additions & 11 deletions docker-compose.bundle.yml

This file was deleted.

0 comments on commit 1797a6a

Please sign in to comment.