debian-mirror-gitlab/db/post_migrate/20191017045817_schedule_fix_gitlab_com_pages_access_level.rb
2019-12-26 22:10:19 +05:30

18 lines
485 B
Ruby

# frozen_string_literal: true
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# Code of this migration was removed after execution on gitlab.com
# https://gitlab.com/gitlab-org/gitlab/issues/34018
# Empty migration is left here to avoid any problems with rolling back
class ScheduleFixGitlabComPagesAccessLevel < ActiveRecord::Migration[5.2]
DOWNTIME = false
def up
end
def down
end
end