Sha256: 39faca6c6c401b15333c36c7ec0fb66e56d8ddd1029fd3fac1db418ffce0c4d2
Contents?: true
Size: 228 Bytes
Versions: 137
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
137 entries across 137 versions & 2 rubygems