fix: storage template failure after re-upload and previous fail (#16611)

fix: storage template breaks when files are re-uploaded after a move failure
This commit is contained in:
Zack Pollard 2025-03-05 15:00:37 +00:00 committed by GitHub
parent 3f4bbab4eb
commit 9922c8de59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 81 additions and 3 deletions

View file

@ -10,7 +10,7 @@ export class MoveEntity {
@PrimaryGeneratedColumn('uuid')
id!: string;
@Column({ type: 'varchar' })
@Column({ type: 'uuid' })
entityId!: string;
@Column({ type: 'varchar' })