20121122150932_add_namespace_id_to_project.rb 133 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 class AddNamespaceIdToProject < ActiveRecord::Migration def change rename_column :projects, :group_id, :namespace_id end end