Sha256: d64bacc45137d2b8282270195604c0736bff61d971c7ad428deed7d5b51199d1
Contents?: true
Size: 379 Bytes
Versions: 75
Compression:
Stored size: 379 Bytes
Contents
# frozen_string_literal: true class AddResponseToDecidimConsultationsEndorsements < ActiveRecord::Migration[5.1] def change add_reference :decidim_consultations_endorsements, :decidim_consultations_response, foreign_key: true, index: { name: "index_consultations_endorsements_on_consultations_response_id" } end end
Version data entries
75 entries across 75 versions & 1 rubygems