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:
authorJob van der Voort <job@gitlab.com>2014-04-07 18:26:52 +0400
committerJob van der Voort <job@gitlab.com>2014-04-07 18:26:52 +0400
commit52cf11b9f2f22218abd79aa3936ddb7f0d6cee59 (patch)
tree0e719158ab99822842fec4d203f5c8c0c971d670 /db
parent6d196962670b35ea48588aad3cfdb6f2d11febab (diff)
add a space
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20140407135544_fix_namespaces.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/migrate/20140407135544_fix_namespaces.rb b/db/migrate/20140407135544_fix_namespaces.rb
index 6207cf18d65..8c4f2b0f6b1 100644
--- a/db/migrate/20140407135544_fix_namespaces.rb
+++ b/db/migrate/20140407135544_fix_namespaces.rb
@@ -1,10 +1,10 @@
class FixNamespaces < ActiveRecord::Migration
def up
Namespace.where('name <> path and type is null').each do |namespace|
- namespace.update_attribute(:name, namespace.path)
+ namespace.update_attribute(:name, namespace.path)
end
end
def down
end
-end
+end \ No newline at end of file