Sha256: bd958a98f8e73f3c6facdf4a7f75fe6dd75a8466bf09cdf2247466491fc26147
Contents?: true
Size: 273 Bytes
Versions: 51
Compression:
Stored size: 273 Bytes
Contents
# frozen_string_literal: true class AddOptionsToDecidimConsultationsQuestions < ActiveRecord::Migration[5.2] def change add_column :decidim_consultations_questions, :max_votes, :integer add_column :decidim_consultations_questions, :min_votes, :integer end end
Version data entries
51 entries across 51 versions & 1 rubygems