class AddLogToAccessControlLists < ActiveRecord::Migration[6.0]
  def change
    add_column :access_control_lists, :log, :boolean
  end
end
