2024-04-29 00:17:15 +02:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2020-03-04 17:12:50 +01:00
|
|
|
class AddDiffusableCommercialementToEtablissements < ActiveRecord::Migration[5.2]
|
|
|
|
def change
|
|
|
|
add_column :etablissements, :diffusable_commercialement, :boolean
|
|
|
|
end
|
|
|
|
end
|