Skip to content

Commit

Permalink
fix: 컬럼 이름의 case 수정 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coalery authored Nov 17, 2024
2 parents 7a6a13c + 6054ecf commit ee82525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/domain/cache/model/Cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class Cache {
@IsString()
private _content: string;

@Property({ type: 'timestamp', name: 'updatedAt' })
@Property({ type: 'timestamp', name: 'updated_at' })
@IsDate()
private _updatedAt: Date;

Expand Down

0 comments on commit ee82525

Please sign in to comment.