Sha256: 202549690a30a00fd0373eb5cbf6498448a33cad57145af6b7ebc3b285729f2d

Contents?: true

Size: 228 Bytes

Versions: 4

Compression:

Stored size: 228 Bytes

Contents

class FixCollectionMemberTypes < ActiveRecord::Migration[4.2]
  def up
    execute "UPDATE collection_members SET type ='Collection::Member::SKOS::Base' WHERE type = 'Collection::Member::Collection'"
  end

  def down
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 db/migrate/20130502151221_fix_collection_member_types.rb
iqvoc-4.14.4 db/migrate/20130502151221_fix_collection_member_types.rb
iqvoc-4.13.2 db/migrate/20130502151221_fix_collection_member_types.rb
iqvoc-4.13.0 db/migrate/20130502151221_fix_collection_member_types.rb