Skip to content

Commit

Permalink
Merge pull request #1741 from jhawthorn/remove_spree_store_credits_co…
Browse files Browse the repository at this point in the history
…lumn

Remove spree_store_credits column
  • Loading branch information
jhawthorn authored Feb 27, 2017
2 parents 2270efc + d688abd commit ae4e977
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class RemoveSpreeStoreCreditsColumn < ActiveRecord::Migration[5.0]
def change
remove_column :spree_store_credits, :spree_store_credits, :datetime
end
end

0 comments on commit ae4e977

Please sign in to comment.