Project

General

Profile

Defect #31116 » MigrationContext-current_version.patch

crypto gopher, 2022-09-19 02:30

View differences:

lib/redmine/plugin.rb
485 485
      def open
486 486
        Migrator.new(:up, migrations, schema_migration)
487 487
      end
488

  
489
      def current_version
490
        Migrator.current_version
491
      end
488 492
    end
489 493

  
490 494
    class Migrator < ActiveRecord::Migrator
(3-3/3)