Description
Currently none of the create procedures return version after database operation. Rewrite procedures and mappers to include version returns in INSERT and DELETE endpoints aswell. This is to confirm that the database state can be fetched later for applying different state of configuration data. This should also be added on GET endpoints to return version number returned.
Version return should be the last action on procedures. This is to make sure version is given after all the steps instead of returning incomplete version numbers to user.
Description
Currently none of the create procedures return version after database operation. Rewrite procedures and mappers to include version returns in INSERT and DELETE endpoints aswell. This is to confirm that the database state can be fetched later for applying different state of configuration data. This should also be added on GET endpoints to return version number returned.
Version return should be the last action on procedures. This is to make sure version is given after all the steps instead of returning incomplete version numbers to user.