Fix broken users table in database causing validation errors.

This commit is contained in:
Dane Everitt 2018-02-25 16:08:01 -06:00
parent 8daf97021a
commit 4cfb8941d5
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 72 additions and 0 deletions

View file

@ -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.