noted-eip / notes-service

Service responsible for managing notes
GNU General Public License v3.0
4 stars 0 forks source link

UpdateBlockIndex #70

Closed gabriel654165 closed 1 year ago

gabriel654165 commented 1 year ago

Description

Added a endpoint UpdateBlockIndex for updating the index the easiest way possible.

Fixes #63

Changelog

Like this I don't have to keep an index field in my blocks. And I don't have any logic of re-organization of the indexes when one is moved.