migration function

This commit is contained in:
2026-06-19 22:53:43 +02:00
parent c30399e498
commit 3f05200aeb
2 changed files with 49 additions and 0 deletions
+4
View File
@@ -26,6 +26,10 @@ func main() {
initGeoASN()
defer closeGeoASN()
// TEMPORÄR: einmalig die Bestands-Impressions ohne asn nachträglich auflösen.
// Nach einem erfolgreichen Lauf wieder entfernen/reverten (samt backfillASN).
backfillASN()
srv := &http.Server{
Addr: envOr("KVER_ADDR", ":8080"),
Handler: routes(),