Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/docs/batched_background_migrations/convert_credit_card_validation_data_to_hashes.yml')
-rw-r--r--db/docs/batched_background_migrations/convert_credit_card_validation_data_to_hashes.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/db/docs/batched_background_migrations/convert_credit_card_validation_data_to_hashes.yml b/db/docs/batched_background_migrations/convert_credit_card_validation_data_to_hashes.yml
new file mode 100644
index 00000000000..4835f0ac59f
--- /dev/null
+++ b/db/docs/batched_background_migrations/convert_credit_card_validation_data_to_hashes.yml
@@ -0,0 +1,8 @@
+---
+migration_job_name: ConvertCreditCardValidationDataToHashes
+description: |
+ This migration converts a credit card's expiration_date, last_digits, network & holder_name
+ to hash and store values in new columns.
+feature_category: user_profile
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129350
+milestone: 16.4