Sha256: bb660e8f1283b651304b9d160e661bd8197ff513064e1527d6d422c5aa86fa1b
Contents?: true
Size: 187 Bytes
Versions: 16
Compression:
Stored size: 187 Bytes
Contents
# frozen_string_literal: true class AddMandatoryToDecidimPlansSections < ActiveRecord::Migration[5.2] def change add_column :decidim_plans_sections, :mandatory, :boolean end end
Version data entries
16 entries across 16 versions & 1 rubygems