internetee-registry/db/migrate/20190811184334_remove_invoices_seller_id.rb
2021-04-26 18:54:26 +05:00

5 lines
123 B
Ruby

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