Skip to content

Commit

Permalink
revert change to check the ci errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjinx committed Jan 10, 2025
1 parent bcafae8 commit a775913
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go/vt/sidecardb/sidecardb.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,12 @@ 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 a775913

Please sign in to comment.