Sha256: 6c9d40923b934089682467724ed0b2b833c890cfcf6382ce39a293f11676b0b2
Contents?: true
Size: 373 Bytes
Versions: 28
Compression:
Stored size: 373 Bytes
Contents
class ChangeUmtNoteAnnotationsToDct < ActiveRecord::Migration def self.up execute "UPDATE note_annotations SET namespace = 'dct', predicate = 'creator' WHERE namespace = 'umt' AND predicate = 'editor'" end def self.down execute "UPDATE note_annotations SET namespace = 'umt', predicate = 'editor' WHERE namespace = 'dct' AND predicate = 'creator'" end end
Version data entries
28 entries across 28 versions & 1 rubygems