Sha256: 75d68bcb1a1097649a68ae91b9977825e849d988fb53f95cb8b940d617043d75
Contents?: true
Size: 211 Bytes
Versions: 51
Compression:
Stored size: 211 Bytes
Contents
# frozen_string_literal: true class AddFreeInstructionsFieldToConsultationsQuestions < ActiveRecord::Migration[5.2] def change add_column :decidim_consultations_questions, :instructions, :jsonb end end
Version data entries
51 entries across 51 versions & 1 rubygems