Skip to content

Commit

Permalink
undo revert
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjinx committed Jan 10, 2025
1 parent 14419d4 commit 008a0eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go/vt/sidecardb/sidecardb.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,10 @@ func Init(ctx context.Context, env *vtenv.Environment, exec Exec) error {
if err := si.createSidecarDB(); err != nil {
return err
}

si.dbCreated = true
}

// at this point db already exists or created if not
//si.dbCreated = true
si.dbCreated = true

if err := si.setCurrentDatabase(sidecar.GetIdentifier()); err != nil {
return err
Expand Down

0 comments on commit 008a0eb

Please sign in to comment.