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',
|
||||
}),
|
||||
};
|
||||
|
||||
Vendored
+2
@@ -11,6 +11,7 @@ export const sessionStub = {
|
||||
updatedAt: new Date(),
|
||||
deviceType: '',
|
||||
deviceOS: '',
|
||||
updateId: 'uuid-v7',
|
||||
}),
|
||||
inactive: Object.freeze<SessionEntity>({
|
||||
id: 'not_active',
|
||||
@@ -21,5 +22,6 @@ export const sessionStub = {
|
||||
updatedAt: new Date('2021-01-01'),
|
||||
deviceType: 'Mobile',
|
||||
deviceOS: 'Android',
|
||||
updateId: 'uuid-v7',
|
||||
}),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user