active_record_pending_migrations.rb 183 B

12345
  1. # Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. if %w[1 true].include? ENV['RAILS_CHECK_PENDING_MIGRATIONS']
  3. ActiveRecord::Migration.check_pending!
  4. end