mirror of
https://github.com/certd/certd.git
synced 2026-07-07 13:07:36 +08:00
perf: 优化cname检查,当有冲突的cname记录时,给出提示
This commit is contained in:
@@ -26,6 +26,9 @@ export class CnameRecordEntity {
|
||||
@Column({ comment: '验证状态', length: 20 })
|
||||
status: string;
|
||||
|
||||
@Column({ comment: '错误信息' })
|
||||
error: string
|
||||
|
||||
@Column({
|
||||
comment: '创建时间',
|
||||
name: 'create_time',
|
||||
|
||||
Reference in New Issue
Block a user