mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-16 02:36:19 +00:00
fixed uuid
This commit is contained in:
@ -10,7 +10,7 @@ export class ProjectEntity extends AbstractEntity<ProjectDto> {
|
||||
default: () => 'gen_random_uuid()',
|
||||
nullable: false,
|
||||
})
|
||||
public project_id: string;
|
||||
public uuid: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
|
Reference in New Issue
Block a user