Remove data migrations

This commit is contained in:
Martin Lensment 2015-04-29 16:51:11 +03:00
parent 35b8ec6c91
commit 350cae621a
8 changed files with 0 additions and 33 deletions

View file

@ -1,6 +1,5 @@
class AddNumberToInvoices < ActiveRecord::Migration
def change
add_column :invoices, :number, :integer
Invoice.all.each(&:save)
end
end