From 896dac0543c1a338b49723dc99e7c7443baae099 Mon Sep 17 00:00:00 2001 From: "Fabian P. Schmidt" Date: Thu, 31 Oct 2024 13:08:20 +0100 Subject: [PATCH] observations: Add new column tle_source New Column tle_source introduced in SatNOGS Network release 1.119 https://gitlab.com/librespacefoundation/satnogs/satnogs-network/-/commits/1.119 --- python-files/observations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python-files/observations.py b/python-files/observations.py index f869e30..c8a942e 100755 --- a/python-files/observations.py +++ b/python-files/observations.py @@ -94,6 +94,7 @@ def __init__(self, db, demoddata_db=None): tle0 TEXT, tle1 TEXT, tle2 TEXT, + tle_source TEXT, center_frequency INTEGER, observer INTEGER, observation_frequency INTEGER,