Skip to content

Commit

Permalink
Fixing issue where the prefix tables with spree migration was clashin…
Browse files Browse the repository at this point in the history
…g with the same-named one in spree_comments
  • Loading branch information
radar committed Jun 25, 2012
1 parent db47348 commit 29476a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions db/migrate/20111129044813_prefix_tables_with_spree.rb

This file was deleted.

6 changes: 6 additions & 0 deletions db/migrate/20111129044813_prefixing_tables_with_spree.rb
@@ -0,0 +1,6 @@
class PrefixingTablesWithSpree < ActiveRecord::Migration
def change
rename_table :relation_types, :spree_relation_types
rename_table :relations, :spree_relations
end
end

0 comments on commit 29476a6

Please sign in to comment.