Sha256: 7487233ea29ef362d79389f90532c5fd51d27e328b061be97adbc2d89adc6df9
Contents?: true
Size: 208 Bytes
Versions: 88
Compression:
Stored size: 208 Bytes
Contents
# frozen_string_literal: true class AddScopedTypeToInitiative < ActiveRecord::Migration[5.1] def change add_column :decidim_initiatives, :scoped_type_id, :integer, index: true end end
Version data entries
88 entries across 88 versions & 1 rubygems