We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4f445 commit e4d63f0Copy full SHA for e4d63f0
1 file changed
services/libs/types/src/db/repos.ts
@@ -44,4 +44,6 @@ export interface RepoDbRow {
44
bugBountyUrl: string | null
45
securityTxtUrl: string | null
46
contactsLastRefreshed: string | null
47
+ updatedAt: string
48
+ dockerCheckedAt: string | null
49
}
0 commit comments