From 67a2b3650c5f586431c8559bc9b609699de8431d Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Mon, 3 Mar 2025 10:42:05 +0000 Subject: bumps our uptrace/bun dependencies to v1.2.10 (#3865) --- vendor/github.com/uptrace/bun/schema/field.go | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/github.com/uptrace/bun/schema/field.go') diff --git a/vendor/github.com/uptrace/bun/schema/field.go b/vendor/github.com/uptrace/bun/schema/field.go index 06d0a5094..09949dd72 100644 --- a/vendor/github.com/uptrace/bun/schema/field.go +++ b/vendor/github.com/uptrace/bun/schema/field.go @@ -10,6 +10,7 @@ import ( ) type Field struct { + Table *Table // Contains this field StructField reflect.StructField IsPtr bool -- cgit v1.2.3