Sha256: 78cd5e5d51842619de37c259ca2238dc7f362ed63b6baf45359668fabb076003
Contents?: true
Size: 257 Bytes
Versions: 109
Compression:
Stored size: 257 Bytes
Contents
# frozen_string_literal: true class AddCtaButtonUrlAndTextToOrganization < ActiveRecord::Migration[5.1] def change add_column :decidim_organizations, :cta_button_text, :jsonb add_column :decidim_organizations, :cta_button_path, :string end end
Version data entries
109 entries across 109 versions & 1 rubygems