Andy Chevereto Member Mar 7, 2025 #1 I’ve just configured my Chevereto setup to expire guest-uploaded content after 1 year automatically, but I’m wondering how I can retroactively apply this 1-year expiration to all existing guest uploads. Any tips would be greatly appreciated!
I’ve just configured my Chevereto setup to expire guest-uploaded content after 1 year automatically, but I’m wondering how I can retroactively apply this 1-year expiration to all existing guest uploads. Any tips would be greatly appreciated!
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Tuesday at 7:07 PM #4 SQL: UPDATE chv_images SET image_expiration_date_gmt = NOW() - INTERVAL 1 YEAR WHERE image_user_id IS NULL;
SQL: UPDATE chv_images SET image_expiration_date_gmt = NOW() - INTERVAL 1 YEAR WHERE image_user_id IS NULL;