Skip to content

Commit

Permalink
removed fields from scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdiba committed Sep 28, 2015
1 parent abba1b1 commit 10a0477
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/modules/postgresmodule/certificate.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,9 @@ func (db *DB) InsertCertificate(cert *certificate.Certificate) error {
// x509_certificatePolicies varchar NULL,
// x509_authorityInfoAccess varchar NULL,
// x509_subjectAltName varchar NULL,
// x509_nsCertType varchar NULL,
// x509_nsComment varchar NULL,
// x509_policyConstraints varchar NULL,
// x509_issuerAltName varchar NULL,
// signature_algo varchar NULL,
// parent_id numeric NULL,
// depth int4 NULL,
// public_key_id int4 NULL,
// public_key_type varchar NULL,
// in_openssl_root_store bool NULL,
// in_mozilla_root_store bool NULL,
// in_windows_root_store bool NULL,
Expand Down

0 comments on commit 10a0477

Please sign in to comment.