Sha256: 13c9e1995c93cc09a90241c41c73fe35d97b915923aebe999758daf98eb15da2
Contents?: true
Size: 208 Bytes
Versions: 76
Compression:
Stored size: 208 Bytes
Contents
# frozen_string_literal: true class AddParticipatoryTextLevelToProposals < ActiveRecord::Migration[5.2] def change add_column :decidim_proposals_proposals, :participatory_text_level, :string end end
Version data entries
76 entries across 76 versions & 1 rubygems