feature/11-new_classes #15

Merged
niggl merged 55 commits from feature/11-new_classes into dev 2020-12-02 17:48:19 +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")