Closed Jonnyan404 closed 1 year ago
Because the UUID was only added on April 3rd, the UUID values before this date are the same, resulting in the same preview image being parsed.
https://github.com/usememos/memos/commit/1cab30f32f737844090240434defdd834b01ea74
Execute the following SQL into your database or wait next release.
UPDATE
resource
SET
public_id = printf (
'%s-%s-%s-%s-%s',
lower(hex(randomblob(4))),
lower(hex(randomblob(2))),
lower(hex(randomblob(2))),
lower(hex(randomblob(2))),
lower(hex(randomblob(6)))
);
Describe the bug
The preview images before April are all displayed the same
Steps to reproduce
You can view the pictures before April.
Screenshots or additional context
No response