* Fix broken `initEntity` procedure (and change the first parameters type from
INT UNSIGNED to VARCHAR(255) which is non-breaking).
...
...
@@ -30,7 +45,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Old passwords table is removed from dumps where it still exists.
## [6.0.0 2023-10-17] ##
>>>>>>> dev
This is a major update. Switching from integer ids for internal and external use to string ids for the external use while keeping the old integer ids for internal use.