chore: add update and delete of learning and learnign category
This commit is contained in:
@@ -12,6 +12,6 @@ export class LearningProgress extends BaseEntity {
|
||||
@ManyToOne(() => Learning, (learning) => learning.learningProgress)
|
||||
learning: Learning;
|
||||
|
||||
@Column({ type: "timestamp", default: () => "CURRENT_TIMESTAMP" })
|
||||
@Column({ type: "timestamptz", default: () => "CURRENT_TIMESTAMP" })
|
||||
watchedAt: Date;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user