Overflights implementation
This commit is contained in:
@@ -10,6 +10,7 @@ class EntityType(str, PyEnum):
|
||||
LOCAL_FLIGHT = "LOCAL_FLIGHT"
|
||||
ARRIVAL = "ARRIVAL"
|
||||
DEPARTURE = "DEPARTURE"
|
||||
OVERFLIGHT = "OVERFLIGHT"
|
||||
|
||||
|
||||
class JournalEntry(Base):
|
||||
|
||||
Reference in New Issue
Block a user