Fix unability to store '-1' in the database properly
This commit is contained in:
parent
958c29cfbf
commit
ffc8d4875f
3 changed files with 40 additions and 12 deletions
|
@ -10,6 +10,8 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
|
|||
* `[beta.3]` — Fixes a bug that would cause an error when attempting to create a new user on the Panel.
|
||||
* `[beta.3]` — Fixes error handling of the settings service provider when no migrations have been run.
|
||||
* `[beta.3]` — Fixes validation error when trying to use 'None' as the 'Copy Script From' option for an egg script.
|
||||
* Fixes a design bug in the database that prevented the storage of negative numbers, thus preventing a server from being assigned unlimited swap.
|
||||
|
||||
### Added
|
||||
* Nest and Egg listings now show the associated ID in order to make API requests easier.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue