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:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-09-16 16:20:31 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-09-16 16:23:12 +0400
commit236592521ec239437a8fb3ae027a0e4d693a7a47 (patch)
tree76358101dca4d5b7a73199c52441350fe6c6836c /db
parentff1633f418c29bd613d571107df43396e27b522e (diff)
Add `rake gitlab:migrate:shell_hooks`
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20140903115954_migrate_to_new_shell.rb.skip5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20140903115954_migrate_to_new_shell.rb.skip b/db/migrate/20140903115954_migrate_to_new_shell.rb.skip
new file mode 100644
index 00000000000..8c22ee181bb
--- /dev/null
+++ b/db/migrate/20140903115954_migrate_to_new_shell.rb.skip
@@ -0,0 +1,5 @@
+class MigrateToNewShell < ActiveRecord::Migration
+ def change
+ # The migration was performed by the rake task
+ end
+end