Sha256: 39faca6c6c401b15333c36c7ec0fb66e56d8ddd1029fd3fac1db418ffce0c4d2
Contents?: true
Size: 228 Bytes
Versions: 134
Compression:
Stored size: 228 Bytes
Contents
# frozen_string_literal: true class AddSecondaryHostsToOrganizations < ActiveRecord::Migration[5.0] def change add_column :decidim_organizations, :secondary_hosts, :string, array: true, default: [], index: true end end
Version data entries
134 entries across 134 versions & 2 rubygems