Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete wrong multiple takeoffs/landings #15

Open
Xenotech81 opened this issue May 14, 2022 · 0 comments
Open

Delete wrong multiple takeoffs/landings #15

Xenotech81 opened this issue May 14, 2022 · 0 comments
Labels
database Postgis database maintanance and features

Comments

@Xenotech81
Copy link
Owner

Double-check that the SQL committed in 89354cd does not delete wrongly too many flights.
As it is right now, it will delete any landing/takeoff in the past with the same callsign (=flight_id), also days, months, years in the past.
An option would be to consider only flights within a day. But the same flight could land/takeoff several times per day (SAMU44?). Only a time-range filter (of a few minutes?) would be correct.

@Xenotech81 Xenotech81 added the database Postgis database maintanance and features label May 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Postgis database maintanance and features
Projects
None yet
Development

No branches or pull requests

1 participant