aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/database/sqlc/models.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/database/sqlc/models.go')
-rw-r--r--pkg/database/sqlc/models.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/database/sqlc/models.go b/pkg/database/sqlc/models.go
index e38851a..57fd082 100644
--- a/pkg/database/sqlc/models.go
+++ b/pkg/database/sqlc/models.go
@@ -1,6 +1,6 @@
// Code generated by sqlc. DO NOT EDIT.
// versions:
-// sqlc v1.27.0
+// sqlc v1.29.0
package sqlc
@@ -23,7 +23,7 @@ type Favourite struct {
}
type User struct {
- ID int32 `json:"id"`
- Username string `json:"username"`
- Password string `json:"password"`
+ ID int32 `json:"id"`
+ Username string `json:"username"`
+ Password pgtype.Text `json:"password"`
}