wuyi hai 1 ano
pai
achega
94ec5481e1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/task/entities/task.entity.ts

+ 1 - 1
src/task/entities/task.entity.ts

@@ -73,7 +73,7 @@ export class Task {
     @Column({ nullable: true })
     matchDevice?: string
 
-    @UpdateDateColumn()
+    @CreateDateColumn()
     startedAt: Date
 
     @UpdateDateColumn()