gitlab-org--gitlab-foss/db/migrate/20210629031900_associate_ex...

12 lines
252 B
Ruby

# frozen_string_literal: true
class AssociateExistingDastBuildsWithVariables < ActiveRecord::Migration[6.1]
def up
# no-op: Must have run before %"15.X" as it is not compatible with decomposed CI database
end
def down
# No-op
end
end