Added airport data to map

This commit is contained in:
2025-04-10 18:08:06 -04:00
parent 0f8edc192b
commit 05c49dee4c
20 changed files with 653 additions and 78 deletions

View File

@@ -216,7 +216,7 @@ impl MetarRow {
raw_text,
data
)
VALUES ($1, $2, $3, $4, $5)
VALUES ($1, $2, $3, $4)
"#,
TABLE_NAME,
))