update database schema to avoid bool confusion
This commit is contained in:
@@ -43,9 +43,9 @@ type Inventory struct {
|
||||
ProvisionedDisk sql.NullFloat64
|
||||
InitialVcpus sql.NullInt64
|
||||
InitialRam sql.NullInt64
|
||||
SrmPlaceholder sql.NullInt64
|
||||
IsTemplate sql.NullInt64
|
||||
PowerState sql.NullInt64
|
||||
IsTemplate interface{}
|
||||
PoweredOn interface{}
|
||||
SrmPlaceholder interface{}
|
||||
}
|
||||
|
||||
type Updates struct {
|
||||
|
Reference in New Issue
Block a user