Sha256: ac29992f87796af0652df4fde34c0ddb1f4c698b6173ab0b2e47afc29109c278
Contents?: true
Size: 190 Bytes
Versions: 59
Compression:
Stored size: 190 Bytes
Contents
# frozen_string_literal: true class IndexForeignKeysInDecidimAttachments < ActiveRecord::Migration[5.2] def change add_index :decidim_attachments, :attachment_collection_id end end
Version data entries
59 entries across 59 versions & 1 rubygems