Sha256: 99b636fea10aae2b730a08b9ea0686b664564f8aae5f8620542caae11499cc0f
Contents?: true
Size: 373 Bytes
Versions: 30
Compression:
Stored size: 373 Bytes
Contents
class ChangeUmtNoteAnnotationsToDct < ActiveRecord::Migration def self.up Note::Annotated::Base.update_all({:namespace => "dct", :predicate => "creator"}, {:namespace => "umt", :predicate => "editor"}) end def self.down Note::Annotated::Base.update_all({:namespace => "umt", :predicate => "editor"}, {:namespace => "dct", :predicate => "creator"}) end end
Version data entries
30 entries across 30 versions & 1 rubygems