6 lines
126 B
Ruby
6 lines
126 B
Ruby
class AddSendViaToSocietes < ActiveRecord::Migration[6.0]
|
|
def change
|
|
add_column :societes, :send_via, :string
|
|
end
|
|
end
|