feat: updateId uuidv7 column for all entities with updatedAt (#16353)

This commit is contained in:
Zack Pollard
2025-02-27 12:55:22 +00:00
committed by GitHub
parent 128d653fc6
commit 967c69317b
18 changed files with 222 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ describe('SessionService', () => {
id: '123',
token: '420',
userId: '42',
updateId: 'uuid-v7',
},
]);