Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.

Leere Thumbs-Einträge müssen entfernt werden #117

Open
marians opened this issue Sep 20, 2013 · 0 comments
Open

Leere Thumbs-Einträge müssen entfernt werden #117

marians opened this issue Sep 20, 2013 · 0 comments
Milestone

Comments

@marians
Copy link
Owner

marians commented Sep 20, 2013

Durch die Nicht-Bearbeitung von z.B. JPG-Anhängen gibt es Attachments mit thumbnails und thumbnails_generated Attribut, die jedoch leer sind.

> db.attachments.findOne(ObjectId("52387c7c44cf2b38605828aa"))
{
    "_id" : ObjectId("52387c7c44cf2b38605828aa"),
    ...
    "thumbnails" : {
        "300" : [ ],
        "150" : [ ],
        "800" : [ ]
    },
    "thumbnails_generated" : ISODate("2013-09-19T18:41:43.172Z")
}

Diese müssen vor dem Launch noch aufgeräumt werden.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant