CommunityStore:2.1ITUpdates
This page is to track all SQL and scripts to run for the Community Store 2.1 release.
bug 470255 - Update any empty design names
UPDATE uploads SET designname = CONCAT('Community design #', id) WHERE designname = '';
This page is to track all SQL and scripts to run for the Community Store 2.1 release.
UPDATE uploads SET designname = CONCAT('Community design #', id) WHERE designname = '';