summaryrefslogtreecommitdiff
path: root/db/post_migrate/20181008145341_steal_encrypt_columns.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-18 11:18:50 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-18 11:18:50 +0000
commit8c7f4e9d5f36cff46365a7f8c4b9c21578c1e781 (patch)
treea77e7fe7a93de11213032ed4ab1f33a3db51b738 /db/post_migrate/20181008145341_steal_encrypt_columns.rb
parent00b35af3db1abfe813a778f643dad221aad51fca (diff)
downloadgitlab-ce-8c7f4e9d5f36cff46365a7f8c4b9c21578c1e781.tar.gz
Add latest changes from gitlab-org/gitlab@13-1-stable-ee
Diffstat (limited to 'db/post_migrate/20181008145341_steal_encrypt_columns.rb')
-rw-r--r--db/post_migrate/20181008145341_steal_encrypt_columns.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/db/post_migrate/20181008145341_steal_encrypt_columns.rb b/db/post_migrate/20181008145341_steal_encrypt_columns.rb
deleted file mode 100644
index 4102643ba13..00000000000
--- a/db/post_migrate/20181008145341_steal_encrypt_columns.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-class StealEncryptColumns < ActiveRecord::Migration[4.2]
- include Gitlab::Database::MigrationHelpers
-
- DOWNTIME = false
-
- disable_ddl_transaction!
-
- def up
- Gitlab::BackgroundMigration.steal('EncryptColumns')
- end
-
- def down
- # no-op
- end
-end