Sha256: cee6db798f37046d48b4ecc6a098784174cace64c879595a0b53b2ba153e0bcd
Contents?: true
Size: 281 Bytes
Versions: 2
Compression:
Stored size: 281 Bytes
Contents
class RenameBulkraxImporterRunToImporterRun < ActiveRecord::Migration[5.2] def change if column_exists?(:bulkrax_pending_relationships, :bulkrax_importer_run_id) rename_column :bulkrax_pending_relationships, :bulkrax_importer_run_id, :importer_run_id end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bulkrax-3.3.2 | db/migrate/20220609001128_rename_bulkrax_importer_run_to_importer_run.rb |
bulkrax-3.3.1 | db/migrate/20220609001128_rename_bulkrax_importer_run_to_importer_run.rb |