bumps uptrace/bun deps to v1.2.8

This commit is contained in:
kim 2025-01-27 14:57:56 +00:00
commit b88cd2a324
35 changed files with 760 additions and 220 deletions

View file

@ -24,8 +24,7 @@ var _ Query = (*DropIndexQuery)(nil)
func NewDropIndexQuery(db *DB) *DropIndexQuery {
q := &DropIndexQuery{
baseQuery: baseQuery{
db: db,
conn: db.DB,
db: db,
},
}
return q