Sha256: 14f6d5c21d2e0e042c5b9ae90d3129dc474000c670372db0c1ed5ad9b6b62501
Contents?: true
Size: 224 Bytes
Versions: 128
Compression:
Stored size: 224 Bytes
Contents
# frozen_string_literal: true class AddShowStatisticsToParticipatoryProcesses < ActiveRecord::Migration[5.1] def change add_column :decidim_participatory_processes, :show_statistics, :boolean, default: true end end
Version data entries
128 entries across 128 versions & 3 rubygems