Sha256: f21fa6a354fbf3ee76b7d7f95b3fb59354dd7633a5b131ed6ac3177a781b592d
Contents?: true
Size: 203 Bytes
Versions: 136
Compression:
Stored size: 203 Bytes
Contents
# frozen_string_literal: true class MakeOrganizationDescriptionOptional < ActiveRecord::Migration[5.0] def change change_column :decidim_organizations, :welcome_text, :jsonb, null: true end end
Version data entries
136 entries across 136 versions & 2 rubygems