mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
feat: updateId uuidv7 column for all entities with updatedAt (#16353)
This commit is contained in:
+2
@@ -19,6 +19,7 @@ export const activityStub = {
|
||||
albumId: albumStub.oneAsset.id,
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
updateId: 'uuid-v7',
|
||||
}),
|
||||
liked: Object.freeze<ActivityItem>({
|
||||
id: 'activity-2',
|
||||
@@ -36,5 +37,6 @@ export const activityStub = {
|
||||
albumId: albumStub.oneAsset.id,
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
updateId: 'uuid-v7',
|
||||
}),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user