Fix sequences on NoSQL to start at 1

The documentation says a sequence starts at 1, but we were starting
from 0 when the starting value wasn't specified in the annotation.
Fix it by starting from 1 if the annotation has 0.

Signed-off-by: Shawn O. Pearce <sop@google.com>
1 file changed