Defect #31116 » MigrationContext-current_version.patch
| 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 |
- « Previous
- 1
- 2
- 3
- Next »