DNS Providers list returned

This commit is contained in:
Curtis Castrapel
2018-04-11 15:56:00 -07:00
parent a66d85b63d
commit 2d6d2357b5
5 changed files with 31 additions and 23 deletions

View File

@ -102,7 +102,7 @@ class Certificate(db.Model):
serial = Column(String(128))
cn = Column(String(128))
deleted = Column(Boolean, index=True)
dns_provider = Column(Integer(), nullable=True)
dns_provider_id = Column(Integer(), nullable=True)
not_before = Column(ArrowType)
not_after = Column(ArrowType)