Sha256: e648a6a68c6959f0766a9199e79a25f3f24babee430061e84e0b1e4fc581b0e8
Contents?: true
Size: 281 Bytes
Versions: 60
Compression:
Stored size: 281 Bytes
Contents
# frozen_string_literal: true class AddRichTextEditorInPublicViewsToOrganizations < ActiveRecord::Migration[5.2] def change add_column :decidim_organizations, :rich_text_editor_in_public_views, :boolean, default: false end end
Version data entries
60 entries across 60 versions & 1 rubygems