Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
Trey Ivy committed Jan 15, 2025
1 parent 0b1d88e commit a9f5ec0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/bb_portal/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ func main() {
return util.StatusWrapf(err, "Failed to run schema migration")
}
} else {

if err = dbClient.Schema.Create(context.Background(), migrate.WithGlobalUniqueID(true)); err != nil {
return util.StatusWrapf(err, "Failed to run schema migration")
}
Expand Down

0 comments on commit a9f5ec0

Please sign in to comment.