Whoops, parking refactoring changed the positioned types.
Force a nav-cache rebuild to accommodate the renumbered types.
This commit is contained in:
parent
2f6172687e
commit
4ea5a0c31d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue