fix: do not update schema's max_id on space creation
Summary
- fix: do not update schema's max_id on space creation
The system space _schema contains works a a waterwark that separates system spaces from the user ones. So, there is no reason to increment this value on the user space insertion as we did it before.
Ensure that
-
New code is covered by tests -
API is documented -
Changelog is up to date -
Version is bumped in the appropriateCargo.toml
files
Produced by sbroad#537 (closed)