Skip to content

Commit

Permalink
Merge pull request #1361 from eiffel777/add-not-null-to-cloud-resourc…
Browse files Browse the repository at this point in the history
…e-specs-table

Change table definition for vcpus field for the cloud_resource_specs table
  • Loading branch information
eiffel777 authored Jul 1, 2020
2 parents 98489a4 + 5433b66 commit 900ceea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{
"name": "vcpus",
"type": "int(5)",
"nullable": true,
"nullable": false,
"default": null
},
{
Expand Down

0 comments on commit 900ceea

Please sign in to comment.