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

20230508175057_backfill_corrected_secure_files_expirations.rb « post_migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d26fabb316ba719927e41e97e8daf61082ecd40a (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

class BackfillCorrectedSecureFilesExpirations < Gitlab::Database::Migration[2.1]
  # The contents of this migration have been removed but the structure has been
  # left in place because this could be promlematic for some customers, but it has
  # already been run in gitlab.com staging and production environments
  def up; end

  def down; end
end