Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-lombardi committed Dec 31, 2024
1 parent e703380 commit f8ba29e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pkg/abstractions/shell/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ func (g *shellGroup) ShellConnect(ctx echo.Context) error {
}
defer containerConn.Close()

// TODO: confirm disconnects happen when python client exits
defer log.Println("disconnected")

var wg sync.WaitGroup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ $$;`, stubType, stubType)

func downRemoveShellStubType(ctx context.Context, tx *sql.Tx) error {
// PostgreSQL doesn't support removing values from an ENUM directly
// hi
return nil
}

0 comments on commit f8ba29e

Please sign in to comment.