Sha256: 7ceb06d69f055c49d400ff522e1a67890f0683b4b8451364616adb1072614871
Contents?: true
Size: 194 Bytes
Versions: 126
Compression:
Stored size: 194 Bytes
Contents
# frozen_string_literal: true class AttachmentDescriptionNullable < ActiveRecord::Migration[5.1] def change change_column :decidim_attachments, :description, :jsonb, null: true end end
Version data entries
126 entries across 126 versions & 3 rubygems