Sha256: 88df1573b6c09ea5cb52ebf9763dbabc5fc1d0be3579bb466dbc456811048720
Contents?: true
Size: 317 Bytes
Versions: 134
Compression:
Stored size: 317 Bytes
Contents
# frozen_string_literal: true class AddOrganizationLogoAndUrl < ActiveRecord::Migration[5.0] def change add_column :decidim_organizations, :official_img_header, :string add_column :decidim_organizations, :official_img_footer, :string add_column :decidim_organizations, :official_url, :string end end
Version data entries
134 entries across 134 versions & 2 rubygems