Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for CreatedAt not getting updated on scan #2681

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

certuna
Copy link
Contributor

@certuna certuna commented Dec 3, 2023

Issue: with pre-0.50 libraries, created_at (file creation date) does not get updated in the DB for mediafiles and albums when doing a full scan, because the sql repo put() function always deletes this column before writing to the DB
Solution: a new updateCreatedAt boolean arg in the sql repo put() function

Fixes #2650

Copy link

github-actions bot commented Dec 3, 2023

Download the artifacts for this pull request:

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

Successfully merging this pull request may close these issues.

[Bug]: Recently Added shouldn't rely on Update but Create timestamp
1 participant