Skip to content

Commit 10a0477

Browse files
committed
removed fields from scheme
1 parent abba1b1 commit 10a0477

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/modules/postgresmodule/certificate.go

-6
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,9 @@ func (db *DB) InsertCertificate(cert *certificate.Certificate) error {
6262
// x509_certificatePolicies varchar NULL,
6363
// x509_authorityInfoAccess varchar NULL,
6464
// x509_subjectAltName varchar NULL,
65-
// x509_nsCertType varchar NULL,
66-
// x509_nsComment varchar NULL,
67-
// x509_policyConstraints varchar NULL,
6865
// x509_issuerAltName varchar NULL,
6966
// signature_algo varchar NULL,
7067
// parent_id numeric NULL,
71-
// depth int4 NULL,
72-
// public_key_id int4 NULL,
73-
// public_key_type varchar NULL,
7468
// in_openssl_root_store bool NULL,
7569
// in_mozilla_root_store bool NULL,
7670
// in_windows_root_store bool NULL,

0 commit comments

Comments
 (0)