Sha256: 2f46d6e750afd6a7f16b95e1026c527c34a76a4e6908700bea47b25fba5169e2
Contents?: true
Size: 532 Bytes
Versions: 7
Compression:
Stored size: 532 Bytes
Contents
class AddModelDetailsToIiifPrintPendingRelationships < ActiveRecord::Migration[5.2] def change add_column :iiif_print_pending_relationships, :parent_model, :string unless column_exists?(:iiif_print_pending_relationships, :parent_model) add_column :iiif_print_pending_relationships, :child_model, :string unless column_exists?(:iiif_print_pending_relationships, :child_model) add_column :iiif_print_pending_relationships, :file_id, :string unless column_exists?(:iiif_print_pending_relationships, :file_id) end end
Version data entries
7 entries across 7 versions & 1 rubygems