This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Set one custom field how you want first, note the parentId (the album ID) | |
| -- then delete that row and insert in bulk... | |
| insert into g2_CustomFieldMap (g_itemId,g_field,g_value,g_setId,g_setType) SELECT g_id, 'Copyright', '2009, Blah Blah', g_parentId, 2 from g2_ChildEntity where g_parentId = 18344; |
NewerOlder