Sha256: a4b32ea69c32d426d5b92292a7ff9e13f3e9edc79f40422d572df095089da8ec
Contents?: true
Size: 287 Bytes
Versions: 6
Compression:
Stored size: 287 Bytes
Contents
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
6 entries across 6 versions & 1 rubygems