Sha256: 3c229d9e4968944d0976c260241344cf8769ce71f936f530da3160531ba7c264
Contents?: true
Size: 308 Bytes
Versions: 38
Compression:
Stored size: 308 Bytes
Contents
# frozen_string_literal: true class AddBallotStyleToDecidimVotingsCensusData < ActiveRecord::Migration[5.2] def change add_reference :decidim_votings_census_data, :decidim_votings_ballot_style, foreign_key: true, index: { name: "decidim_votings_census_data_on_ballot_style_id" }, null: true end end
Version data entries
38 entries across 38 versions & 1 rubygems