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