Sha256: d2463071a28f992a31cee35aa32ab22e8107f7e5b1e261a5263c5924520a938d
Contents?: true
Size: 218 Bytes
Versions: 61
Compression:
Stored size: 218 Bytes
Contents
# frozen_string_literal: true class AddCommentsMaxLengthToDecidimOrganization < ActiveRecord::Migration[5.2] def change add_column :decidim_organizations, :comments_max_length, :integer, default: 1000 end end
Version data entries
61 entries across 61 versions & 1 rubygems