• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Please write the data to image_name csv deletions inside the data table

jiajieit

Chevereto Member
Please write the image_name data to chv_deletions data table

Hello, my chevereto is set to rename the image to id format, after upload url is http://storage1.imgchr.com/96sg.jpg, http: //storage1.imgchr.com/9HL4.jpg, http : //storage1.imgchr.com/9TQU.jpg. But these pictures can not delete the mysql database to delete the record table chv_deletions in the query.
Because chv_deletions inside only deleted_content_original_filename recorded.

I delete pictures, the inspection departments to the law I urge the image url format, and delete records which did not record image_name data. Also hope that image_title also joined.
 
Last edited:
So you need to record the image URI that got deleted right?

Code:
http://storage1.imgchr.com/96sg.jpg
http://storage1.imgchr.com/9HL4.jpg
http://storage1.imgchr.com/9TQU.jpg

Is that right?
 
Back
Top