debian-mirror-gitlab/db/migrate/20210629031900_associate_existing_dast_builds_with_variables.rb
2022-08-27 11:52:29 +05:30

11 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