diff --git a/plugins/shopping_cart/20110422151030_add_shopping_cart_to_profile.rb b/plugins/shopping_cart/20110422151030_add_shopping_cart_to_profile.rb deleted file mode 100644 index c5c8f17..0000000 --- a/plugins/shopping_cart/20110422151030_add_shopping_cart_to_profile.rb +++ /dev/null @@ -1,10 +0,0 @@ -class AddShoppingCartToProfile < ActiveRecord::Migration - - def self.up - add_column :profiles, :shopping_cart, :boolean, :default => true - end - - def self.down - remove_column :profiles, :shopping_cart - end -end -- libgit2 0.21.2