Created
December 21, 2009 14:15
-
-
Save nicholas-gh/260963 to your computer and use it in GitHub Desktop.
This file contains 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; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment