Sha256: f183e9f6402c462311236065d49dd96f5da4e32af6319086126eaeea9c5c0ad6
Contents?: true
Size: 229 Bytes
Versions: 67
Compression:
Stored size: 229 Bytes
Contents
# frozen_string_literal: true class AddPromotingCommitteeOption < ActiveRecord::Migration[5.2] def change add_column :decidim_initiatives_types, :promoting_committee_enabled, :boolean, null: false, default: true end end
Version data entries
67 entries across 67 versions & 1 rubygems