gitlab-org--gitlab-foss/spec/support/fake_migration_classes.rb

12 lines
231 B
Ruby
Raw Normal View History

class FakeRenameReservedPathMigrationV1 < ActiveRecord::Migration
include Gitlab::Database::RenameReservedPathsMigration::V1
2017-06-06 10:28:28 +00:00
def version
'20170316163845'
end
def name
"FakeRenameReservedPathMigrationV1"
end
end