Sha256: fcd8aefa3d462359811cfb5658712a986e15d64f3fa9482e88a5d4bf30fd5162
Contents?: true
Size: 202 Bytes
Versions: 50
Compression:
Stored size: 202 Bytes
Contents
# frozen_string_literal: true class AddHashtagToParticipatoryProcessGroups < ActiveRecord::Migration[5.2] def change add_column :decidim_participatory_process_groups, :hashtag, :string end end
Version data entries
50 entries across 50 versions & 1 rubygems