mirror of
https://github.com/CaramelFur/Picsur.git
synced 2025-11-13 07:15:39 +01:00
change from incremental id to uuid-v4
This commit is contained in:
@@ -28,7 +28,7 @@ export class NameRolesUser extends UsernameUser {
|
||||
// Actual entity that goes in the db
|
||||
export class EUser extends NameRolesUser {
|
||||
@EntityID()
|
||||
id?: number;
|
||||
id?: string;
|
||||
|
||||
@IsOptional()
|
||||
@Exclude()
|
||||
|
||||
Reference in New Issue
Block a user