Sha256: c6ad51164a9adcf78d2b14be626cb6ab8dd815852ef510599ff3009e8fd55600
Contents?: true
Size: 240 Bytes
Versions: 44
Compression:
Stored size: 240 Bytes
Contents
# frozen_string_literal: true class AddEnableParticipatorySpaceFiltersToOrganization < ActiveRecord::Migration[5.2] def change add_column :decidim_organizations, :enable_participatory_space_filters, :boolean, default: true end end
Version data entries
44 entries across 44 versions & 1 rubygems