change from incremental id to uuid-v4

This commit is contained in:
rubikscraft
2022-04-01 10:44:41 +02:00
parent 1f360b974e
commit c6d1206e29
12 changed files with 19 additions and 19 deletions

View File

@@ -3,7 +3,7 @@ import { EntityID } from '../validators/entity-id.validator';
export class ESysPreference {
@EntityID()
id?: number;
id?: string;
@IsNotEmpty()
@IsString()