cli: Start unique IDs from 1 instead of 0
SQL databases start autoincrementing primary key integers from 1 not 0,
so let's do the same when generating data in "fastpath plan exec" to be
consistent.
Signed-off-by:
Ryan Roberts <ryan.roberts@arm.com>
Loading
Please register or sign in to comment