Moments before disaster.

This commit is contained in:
lwark
2025-01-16 08:36:15 -06:00
parent 5cded949ed
commit bf711369c6
21 changed files with 541 additions and 368 deletions

View File

@@ -124,7 +124,7 @@ class Contact(BaseClass):
Base of Contact
"""
searchables =[]
searchables = []
id = Column(INTEGER, primary_key=True) #: primary key
name = Column(String(64)) #: contact name