Fix broken users table in database causing validation errors.
This commit is contained in:
parent
8daf97021a
commit
4cfb8941d5
4 changed files with 72 additions and 0 deletions
|
@ -6,6 +6,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
|
|||
## v0.7.3 (Derelict Dermodactylus)
|
||||
### Fixed
|
||||
* Fixes server creation API endpoint not passing the provided `external_id` to the creation service.
|
||||
* Fixes a bug causing users to be un-editable on new installations once more than one user exists.
|
||||
|
||||
### Added
|
||||
* Adds ability to modify the external ID for a server through the API.
|
||||
|
|
Reference in a new issue