Sha256: 1d8f610caeec7c8f954b9d21f9788e9b7ced8b284106d6203fc14a5793a3907c
Contents?: true
Size: 200 Bytes
Versions: 7
Compression:
Stored size: 200 Bytes
Contents
# frozen_string_literal: true class RemoveDescriptionFromElectionsQuestions < ActiveRecord::Migration[6.0] def change remove_column :decidim_elections_questions, :description, :jsonb end end
Version data entries
7 entries across 7 versions & 1 rubygems