skyview/internal/database
Ole-Morten Duesund d0dfd3ed46 fix: Correct callsign database column name from cache_expires to expires_at
- Fix SQL queries in ClearExpiredCache() and GetCacheStats() functions
- Resolves "no such column: cache_expires" database error
- Column name now matches schema definition in migrations.go

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-31 19:39:41 +02:00
..
api_client.go feat: Add SQLite database integration for aircraft history and callsign enhancement 2025-08-31 16:48:28 +02:00
database.go feat: Add SQLite database integration for aircraft history and callsign enhancement 2025-08-31 16:48:28 +02:00
loader.go feat: Add SQLite database integration for aircraft history and callsign enhancement 2025-08-31 16:48:28 +02:00
manager_callsign.go fix: Correct callsign database column name from cache_expires to expires_at 2025-08-31 19:39:41 +02:00
manager_history.go feat: Add SQLite database integration for aircraft history and callsign enhancement 2025-08-31 16:48:28 +02:00
migrations.go feat: Add SQLite database integration for aircraft history and callsign enhancement 2025-08-31 16:48:28 +02:00
path.go feat: Add SQLite database integration for aircraft history and callsign enhancement 2025-08-31 16:48:28 +02:00