mirror of
https://github.com/redmine/redmine.git
synced 2025-11-03 11:56:18 +01:00
5 lines
132 B
Plaintext
5 lines
132 B
Plaintext
|
|
class <%= @migration_class_name %> < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>]
|
||
|
|
def change
|
||
|
|
end
|
||
|
|
end
|