Sha256: ca8b47de2586f356b7881e7e15dfdcebe3b4a7624f20e5eb4d69c93143eef853
Contents?: true
Size: 185 Bytes
Versions: 50
Compression:
Stored size: 185 Bytes
Contents
# frozen_string_literal: true class AddReportedContentToModerations < ActiveRecord::Migration[5.2] def change add_column :decidim_moderations, :reported_content, :text end end
Version data entries
50 entries across 50 versions & 1 rubygems