diff --git a/src/Navaids/NavDataCache.cxx b/src/Navaids/NavDataCache.cxx index 5737b7972..8a7082aac 100644 --- a/src/Navaids/NavDataCache.cxx +++ b/src/Navaids/NavDataCache.cxx @@ -66,7 +66,7 @@ using std::string; namespace { -const int SCHEMA_VERSION = 3; +const int SCHEMA_VERSION = 4; // bind a std::string to a sqlite statement. The std::string must live the // entire duration of the statement execution - do not pass a temporary