Sha256: 4dd563aa7627e88674c7b737ee921c9ae55c9b7331504450d13bc2419ae2ff93
Contents?: true
Size: 245 Bytes
Versions: 50
Compression:
Stored size: 245 Bytes
Contents
# frozen_string_literal: true class AddPromotedFlagToDecidimParticipatoryProcessGroups < ActiveRecord::Migration[5.2] def change add_column :decidim_participatory_process_groups, :promoted, :boolean, default: false, index: true end end
Version data entries
50 entries across 50 versions & 1 rubygems