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:
authorBob Van Landuyt <bob@gitlab.com>2017-06-12 12:03:28 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2017-06-26 18:49:30 +0300
commitc98ed42d01d4a15ce2a588079601b7d620b029ff (patch)
treecccc3b845de9636f2c9ab302b5775866492b9f78 /db/post_migrate
parent152cba56e4004de1b1c2accee77e40a019d8c667 (diff)
Revert renames from a migration
Diffstat (limited to 'db/post_migrate')
-rw-r--r--db/post_migrate/20170525140254_rename_all_reserved_paths_again.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/post_migrate/20170525140254_rename_all_reserved_paths_again.rb b/db/post_migrate/20170525140254_rename_all_reserved_paths_again.rb
index fd0b68a4154..9ec59913b66 100644
--- a/db/post_migrate/20170525140254_rename_all_reserved_paths_again.rb
+++ b/db/post_migrate/20170525140254_rename_all_reserved_paths_again.rb
@@ -104,5 +104,6 @@ class RenameAllReservedPathsAgain < ActiveRecord::Migration
end
def down
+ revert_renames
end
end