some feed aggregators (eg sage) show dc:creator tag, so we show it insteed of author tag
fromcubicwebimportCW_MIGRATION_MAPforpk,inrql('Any K WHERE X is EProperty, X pkey IN (%s), X pkey K'%','.join("'system.version.%s'"%cubeforcubeinCW_MIGRATION_MAP),ask_confirm=False):cube=pk.split('.')[-1]newk=pk.replace(cube,CW_MIGRATION_MAP[cube])rql('SET X pkey %(newk)s WHERE X pkey %(oldk)s',{'oldk':pk,'newk':newk},ask_confirm=False)print'renamed',pk,'to',newkadd_entity_type('ECache')