• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Database Schema

hagig

Chevereto Member
I'm querying the database directly to retrieve a list of uploaded images, problem is the schema doesn't currently have a mapping between a thumbnail and full-sized version of an image. Would you be able to modify the schema to support this?

I'm not using the latest version yet, but I think you added support for three image sizes, so I guess a more general solution would be to add a table for upload info, and have columns for the 3 variant image ids, plus other info like the upload timestamp?
 
A mapping is not needed because filename.ext thumb version will always be filename.th.ext no matter where is hosted. That table has to change eventually to support the CDN option but that will be on 3.0
 
Back
Top