Sha256: 114033e6e6c62b87e924c6b3571350f51dccdaafdef9aebced20ff362f379bea
Contents?: true
Size: 235 Bytes
Versions: 94
Compression:
Stored size: 235 Bytes
Contents
# frozen_string_literal: true class AddOmnipresentBannerShortDescriptionToDecidimOrganizations < ActiveRecord::Migration[5.1] def change add_column :decidim_organizations, :omnipresent_banner_short_description, :jsonb end end
Version data entries
94 entries across 94 versions & 1 rubygems