Sha256: 6999fa5d4c127a04c1c7a830779fc46874da915bf8e3ae7f62f8909c6e875192
Contents?: true
Size: 212 Bytes
Versions: 96
Compression:
Stored size: 212 Bytes
Contents
# frozen_string_literal: true class AddOmnipresentBannerTitleToDecidimOrganizations < ActiveRecord::Migration[5.1] def change add_column :decidim_organizations, :omnipresent_banner_title, :jsonb end end
Version data entries
96 entries across 96 versions & 1 rubygems