internetee-registry/db/migrate/20190811184334_remove_invoices_seller_id.rb
2019-08-11 22:50:34 +03:00

5 lines
118 B
Ruby

class RemoveInvoicesSellerId < ActiveRecord::Migration
def change
remove_column :invoices, :seller_id
end
end