chore: update go & flake
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-08-07 17:42:41 -04:00
parent d304421798
commit 456b6e457c
6 changed files with 211 additions and 54 deletions

View File

@@ -1,6 +1,6 @@
// Code generated by sqlc. DO NOT EDIT.
// versions:
// sqlc v1.27.0
// sqlc v1.29.0
package database
@@ -78,7 +78,7 @@ type DocumentUserStatistic struct {
WeeklyWpm float64 `json:"weekly_wpm"`
}
type Metadatum struct {
type Metadata struct {
ID int64 `json:"id"`
DocumentID string `json:"document_id"`
Title *string `json:"title"`