6 lines
143 B
6 lines
143 B
2 years ago
|
class RemoveOtherrelat2FromSalesLog < ActiveRecord::Migration[7.0]
|
||
|
def change
|
||
|
remove_column :sales_logs, :otherrelat2, :string
|
||
|
end
|
||
|
end
|