mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
Remove unused db column
This commit is contained in:
parent
d34e6430a2
commit
5a68035818
5 changed files with 20 additions and 31 deletions
5
db/migrate/20190811184334_remove_invoices_seller_id.rb
Normal file
5
db/migrate/20190811184334_remove_invoices_seller_id.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class RemoveInvoicesSellerId < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :invoices, :seller_id
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue