latest work #20

Merged
philipp merged 233 commits from dev into main 2020-12-09 18:49:33 +00:00
Showing only changes of commit d47983a032 - Show all commits

View File

@ -18,7 +18,6 @@ export class User {
/** /**
* autogenerated uuid * autogenerated uuid
*/ */
@PrimaryGeneratedColumn()
@IsOptional() @IsOptional()
@IsInt() @IsInt()
@Generated("uuid") @Generated("uuid")