From 4ea5a0c31d445892323a766267b2b0d4a5c0b8cd Mon Sep 17 00:00:00 2001
From: James Turner <zakalawe@mac.com>
Date: Tue, 25 Sep 2012 09:15:36 +0100
Subject: [PATCH] Whoops, parking refactoring changed the positioned types.

Force a nav-cache rebuild to accommodate the renumbered types.
---
 src/Navaids/NavDataCache.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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