Emaze Auction: System OptionsSystem path updated. Cold Fusion datasource updated. System URL updated.
SELECT lotID, lotImage, lotImageThumbnail
FROM Lot
WHERE lotImage LIKE '#systemURL#/lotimage/%'
OR lotImageThumbnail LIKE '#systemURL#/lotimage/%'
">
">
UPDATE Lot
SET lotImage = '#newImageURL#',
lotImage = '#newImageURL#'lotImageThumbnail = '#newThumbnailURL#'
WHERE lotID = #getImages.lotID#
All uploaded images and thumbnails updated to new URL.Secure system URL updated.
SELECT userID, password, creditCardNumber, creditCardExpiration
FROM Member
UPDATE Member
SET password = '#passwordNew#',
creditCardNumber = '#ccNumberNew#',
creditCardExpiration = '#ccExpiratioNew#'
WHERE userID = #userID#
Encryption code updated. All passwords, credit card numbers, and credit card expiration dates were re-encrypted using the new code. Email server updated. System domain updated.
">