Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20191017045817_schedule_fix_gitlab_com_pages_access_level.rb')
-rw-r--r--db/post_migrate/20191017045817_schedule_fix_gitlab_com_pages_access_level.rb17
1 files changed, 0 insertions, 17 deletions
diff --git a/db/post_migrate/20191017045817_schedule_fix_gitlab_com_pages_access_level.rb b/db/post_migrate/20191017045817_schedule_fix_gitlab_com_pages_access_level.rb
deleted file mode 100644
index fc44568ea17..00000000000
--- a/db/post_migrate/20191017045817_schedule_fix_gitlab_com_pages_access_level.rb
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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