1
0
Fork 0

Whoops, parking refactoring changed the positioned types.

Force a nav-cache rebuild to accommodate the renumbered types.
This commit is contained in:
James Turner 2012-09-25 09:15:36 +01:00
parent 2f6172687e
commit 4ea5a0c31d

View file

@ -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