Sha256: dbac722be7e8ccd8136d28c64b83dd0ac697d1a776d29d5d0417377e1da52572
Contents?: true
Size: 226 Bytes
Versions: 25
Compression:
Stored size: 226 Bytes
Contents
# frozen_string_literal: true class AddCommentsEnabledToInitiativeTypes < ActiveRecord::Migration[6.1] def change add_column :decidim_initiatives_types, :comments_enabled, :boolean, null: false, default: true end end
Version data entries
25 entries across 25 versions & 1 rubygems