kopia lustrzana https://github.com/glidernet/ogn-python
Added dstcall
rodzic
9a00422b26
commit
f047f0967c
|
@ -16,6 +16,7 @@ class Beacon(AbstractConcreteBase, Base):
|
||||||
|
|
||||||
name = Column(String)
|
name = Column(String)
|
||||||
receiver_name = Column(String(9))
|
receiver_name = Column(String(9))
|
||||||
|
dstcall = None
|
||||||
timestamp = Column(DateTime, index=True)
|
timestamp = Column(DateTime, index=True)
|
||||||
symboltable = None
|
symboltable = None
|
||||||
symbolcode = None
|
symbolcode = None
|
||||||
|
|
Ładowanie…
Reference in New Issue