diff options
author | Job van der Voort <job@gitlab.com> | 2014-04-07 14:26:52 +0000 |
---|---|---|
committer | Job van der Voort <job@gitlab.com> | 2014-04-07 14:26:52 +0000 |
commit | 52cf11b9f2f22218abd79aa3936ddb7f0d6cee59 (patch) | |
tree | 0e719158ab99822842fec4d203f5c8c0c971d670 /db | |
parent | 6d196962670b35ea48588aad3cfdb6f2d11febab (diff) | |
download | gitlab-ce-52cf11b9f2f22218abd79aa3936ddb7f0d6cee59.tar.gz |
add a space
Diffstat (limited to 'db')
-rw-r--r-- | db/migrate/20140407135544_fix_namespaces.rb | 4 |
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 |