Sha256: 11af29401e72dfca3d48880d9e72ac124570513743d0056eb92f62bffce54180
Contents?: true
Size: 193 Bytes
Versions: 46
Compression:
Stored size: 193 Bytes
Contents
# frozen_string_literal: true class AllowNullFileColumnInDecidimAttachmentsTable < ActiveRecord::Migration[6.0] def change change_column_null :decidim_attachments, :file, true end end
Version data entries
46 entries across 46 versions & 1 rubygems