Replies: 2 comments
-
I tried to replicate but get the correct result.
I'd try enabling the query log and dumping that, it may give a clue. (and if the query looks right then I'd guess its an issue with your database/table somehow
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I also cannot replicate this. Moving this to a discussion. Feel free to PR a failing test or fix. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm uploading images using a pro component and tried pruning old temporary uploads.
Let's say it's Jan. 16 00:00:00. I go into my database and change one of the
Spatie\MediaLibraryPro\Models\TemporaryUpload
modelscreated_at
from2022-01-16 00:00:00
to2022-01-10 00:00:00
or even2021-01-16 00:00:00
and run
php artisan media-library:delete-old-temporary-uploads
:Start removing old temporary uploads... 0 old temporary upload(s) deleted!
Quick double check:
I don't understand whats going on here? Timezone is properly set too.
Beta Was this translation helpful? Give feedback.
All reactions