From ad05de59e8973fa76bc161736bda7068e364a015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Gru=CC=88ndger?= Date: Fri, 8 Dec 2017 20:17:40 +0100 Subject: [PATCH] Reverted persistent dstcall... --- ogn/model/beacon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogn/model/beacon.py b/ogn/model/beacon.py index 4ed46d3..d36dbe5 100644 --- a/ogn/model/beacon.py +++ b/ogn/model/beacon.py @@ -16,7 +16,7 @@ class Beacon(AbstractConcreteBase, Base): name = Column(String) receiver_name = Column(String(9)) - dstcall = Column(String) + dstcall = None timestamp = Column(DateTime, index=True) symboltable = None symbolcode = None