mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 18:12:25 -05:00
upstep bun version (#243)
This commit is contained in:
parent
ddfd83d0fb
commit
142f37f1bd
23 changed files with 146 additions and 57 deletions
2
vendor/github.com/uptrace/bun/migrate/migration.go
generated
vendored
2
vendor/github.com/uptrace/bun/migrate/migration.go
generated
vendored
|
|
@ -190,7 +190,7 @@ func (ms MigrationSlice) LastGroupID() int64 {
|
|||
var lastGroupID int64
|
||||
for i := range ms {
|
||||
groupID := ms[i].GroupID
|
||||
if groupID != 0 && groupID > lastGroupID {
|
||||
if groupID > lastGroupID {
|
||||
lastGroupID = groupID
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue