Sha256: ea78f53654a7b6f8d2aa4eddda6ccdd7408fe76a9bac2c1f3478cbbabe41fd4f
Contents?: true
Size: 160 Bytes
Versions: 4
Compression:
Stored size: 160 Bytes
Contents
class AddParentsToBulkraxImporterRuns < ActiveRecord::Migration[5.1] def change add_column :bulkrax_importer_runs, :parents, :text, array: true end end
Version data entries
4 entries across 4 versions & 1 rubygems