fix merge error

This commit is contained in:
kai
2023-05-31 17:20:58 +01:00
parent 8f12a0f965
commit b25b1258ac

View File

@@ -228,7 +228,6 @@ func initializeConnectionStateTable(ctx context.Context, conn *pgx.Conn) error {
// if any connections are not in a ready or error state, set them to pending_incomplete
incompleteErrorSql := connection_state.GetIncompleteConnectionStatePendingIncompleteSql()
queries := []db_common.QueryWithArgs{
pendingSql,
incompleteErrorSql,
pendingSql,
}