Sha256: 7a3e4d3f1bd6c47dc37ecf2aecb7c4e6946741a337b1d4654bd49976722b47e7
Contents?: true
Size: 190 Bytes
Versions: 2
Compression:
Stored size: 190 Bytes
Contents
class RemoveArrayTrueFromImporterRunParentsColumn < ActiveRecord::Migration[5.2] def change change_column :bulkrax_importer_runs, :parents, :text, array: false, default: nil end end
Version data entries
2 entries across 2 versions & 1 rubygems