Class: RedminePluginsHelper::FixMigrations

Inherits:
Object
  • Object
show all
Defined in:
lib/redmine_plugins_helper/fix_migrations.rb

Instance Method Summary collapse

Instance Method Details

#performObject



5
6
7
8
9
10
11
# File 'lib/redmine_plugins_helper/fix_migrations.rb', line 5

def perform
  database_plugins_versions.each do |dbv|
    check_database_version(dbv)
  end
  Rails.logger.info("Database versions checked: #{database_plugins_versions.count}")
  Rails.logger.info("Local versions found: #{local_versions.count}")
end