This commit is contained in:
Edward Betts 2023-11-24 15:35:54 +00:00
parent 4720814e1f
commit 231cab309d
2 changed files with 14 additions and 5 deletions

View file

@ -93,4 +93,5 @@ class LookupLog(Base):
lat = Column(Float)
lon = Column(Float)
remote_addr = Column(String)
fqdn = Column(String)
result = Column(postgresql.JSONB)