summaryrefslogtreecommitdiff
path: root/db/migrate/20210430122951_add_snapshot_namespace_id.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20210430122951_add_snapshot_namespace_id.rb')
-rw-r--r--db/migrate/20210430122951_add_snapshot_namespace_id.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/db/migrate/20210430122951_add_snapshot_namespace_id.rb b/db/migrate/20210430122951_add_snapshot_namespace_id.rb
deleted file mode 100644
index 9017bcdde53..00000000000
--- a/db/migrate/20210430122951_add_snapshot_namespace_id.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-# frozen_string_literal: true
-
-class AddSnapshotNamespaceId < ActiveRecord::Migration[6.0]
- def change
- add_column :analytics_devops_adoption_snapshots, :namespace_id, :integer
- end
-end