mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Remove data migrations
This commit is contained in:
parent
35b8ec6c91
commit
350cae621a
8 changed files with 0 additions and 33 deletions
|
@ -1,6 +1,5 @@
|
|||
class AddNumberToInvoices < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :invoices, :number, :integer
|
||||
Invoice.all.each(&:save)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue