Sha256: 34a513f4b61ca3e79bfc9a8586c5ebfa99de0b7fdcf0f865e77e3a09e28cf15c
Contents?: true
Size: 390 Bytes
Versions: 139
Compression:
Stored size: 390 Bytes
Contents
# frozen_string_literal: true class AddSocialMediaHandlersToOrganization < ActiveRecord::Migration[5.0] def change add_column :decidim_organizations, :instagram_handler, :string add_column :decidim_organizations, :facebook_handler, :string add_column :decidim_organizations, :youtube_handler, :string add_column :decidim_organizations, :github_handler, :string end end
Version data entries
139 entries across 139 versions & 2 rubygems