From c26ee042ede3199ffe5b8a31a85152f3d5d3feda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Garc=C3=ADa=20Crespo?= Date: Mon, 6 May 2024 05:26:04 +0000 Subject: [PATCH] Update sqlc-gen-go checksum --- hack/ccp/internal/store/sqlcmysql/models.go | 8 ++++---- hack/ccp/sqlc/sqlc.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hack/ccp/internal/store/sqlcmysql/models.go b/hack/ccp/internal/store/sqlcmysql/models.go index 16b554705..852916216 100644 --- a/hack/ccp/internal/store/sqlcmysql/models.go +++ b/hack/ccp/internal/store/sqlcmysql/models.go @@ -17,8 +17,8 @@ type Access struct { Resource string Target string Status string - Statuscode sql.NullInt32 - Exitcode sql.NullInt32 + Statuscode sql.NullInt16 + Exitcode sql.NullInt16 CreatedAt time.Time UpdatedAt time.Time } @@ -542,7 +542,7 @@ type Sip struct { Siptype string Diruuids bool CompletedAt sql.NullTime - Status uint32 + Status uint16 } type SipsIdentifier struct { @@ -610,7 +610,7 @@ type Transfer struct { Diruuids bool AccessSystemID string CompletedAt sql.NullTime - Status uint32 + Status uint16 } type Transfermetadatafield struct { diff --git a/hack/ccp/sqlc/sqlc.yaml b/hack/ccp/sqlc/sqlc.yaml index d4595af13..5a9b00ff3 100644 --- a/hack/ccp/sqlc/sqlc.yaml +++ b/hack/ccp/sqlc/sqlc.yaml @@ -7,7 +7,7 @@ plugins: - name: golang wasm: url: https://downloads.sqlc.dev/plugin/sqlc-gen-go_1.3.0.wasm - sha256: 965d73d22711eee3a210565e66f918b8cb831c5f5b612e680642a4a785dd1ca1 + sha256: e8206081686f95b461daf91a307e108a761526c6768d6f3eca9781b0726b7ec8 sql: - schema: mysql/schema.sql