fix drone and sqlc generation
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2026-01-13 19:49:13 +11:00
parent ea1eeb5c21
commit a81613a8c2
28 changed files with 3718 additions and 288 deletions

View File

@@ -1,6 +1,6 @@
// Code generated by sqlc. DO NOT EDIT.
// versions:
// sqlc v1.27.0
// sqlc v1.29.0
package queries
@@ -8,7 +8,7 @@ import (
"database/sql"
)
type Events struct {
type Event struct {
Eid int64
CloudId string
Source string
@@ -60,7 +60,7 @@ type InventoryHistory struct {
PreviousProvisionedDisk sql.NullFloat64
}
type Updates struct {
type Update struct {
Uid int64
InventoryId sql.NullInt64
UpdateTime sql.NullInt64