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
path: root/db
diff options
context:
space:
mode:
authorRubén Dávila <ruben@gitlab.com>2017-10-03 05:08:59 +0300
committerRubén Dávila <ruben@gitlab.com>2017-10-05 16:26:02 +0300
commit8d296b62e4534820feb94cfe0d8b5d3e34f6ee33 (patch)
tree5e304d7a0cfb4e3ff39fa1a63e039944a5926095 /db
parent8b0397041866c0e2bcbf4c462100fc681d96f893 (diff)
Convert migration to a post deployment migration
This migration can take a bit of time to complete and I don't want to delay the deployment process.
Diffstat (limited to 'db')
-rw-r--r--db/post_migrate/20171002161539_create_gpg_key_subkeys_for_existing_gpg_keys.rb (renamed from db/migrate/20171002161539_create_gpg_key_subkeys_for_existing_gpg_keys.rb)0
1 files changed, 0 insertions, 0 deletions
diff --git a/db/migrate/20171002161539_create_gpg_key_subkeys_for_existing_gpg_keys.rb b/db/post_migrate/20171002161539_create_gpg_key_subkeys_for_existing_gpg_keys.rb
index 355fbfbbede..355fbfbbede 100644
--- a/db/migrate/20171002161539_create_gpg_key_subkeys_for_existing_gpg_keys.rb
+++ b/db/post_migrate/20171002161539_create_gpg_key_subkeys_for_existing_gpg_keys.rb