summaryrefslogtreecommitdiff
path: root/db/migrate/20210629031900_associate_existing_dast_builds_with_variables.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20210629031900_associate_existing_dast_builds_with_variables.rb')
-rw-r--r--db/migrate/20210629031900_associate_existing_dast_builds_with_variables.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/db/migrate/20210629031900_associate_existing_dast_builds_with_variables.rb b/db/migrate/20210629031900_associate_existing_dast_builds_with_variables.rb
deleted file mode 100644
index 14b6b9efad3..00000000000
--- a/db/migrate/20210629031900_associate_existing_dast_builds_with_variables.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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