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

8 lines
173 B
Ruby
Raw Normal View History

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