Skip to content

Commit

Permalink
0.2.9 #62
Browse files Browse the repository at this point in the history
0.2.9
  • Loading branch information
raymondanythings authored Jan 4, 2024
2 parents 92ceb51 + 5211e94 commit 5b8b41b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/entities/base.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ export class BaseEntity {
@CreateDateColumn({
name: 'created_at',
comment: '생성일자',
default: new Date(),
})
createdAt: Date;

@UpdateDateColumn({
name: 'updated_at',
comment: '수정일자',
default: new Date(),
})
updatedAt: Date;

Expand Down

0 comments on commit 5b8b41b

Please sign in to comment.