contractVersion constant

int const contractVersion

PRAGMA user_version. A reader hard-fails on a database whose stored version is HIGHER than this (it cannot know the newer shape) and migrates-forward from a lower one.

Implementation

static const int contractVersion = 1;