> ## Documentation Index
> Fetch the complete documentation index at: https://docs.josbert.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Resetear entradas validadas con codigos

> Description of your new file.

# Para resetear las entradas a no validado se debe seguir lo siguiente

###### Code Block

Para resetear las entradas a no validado se debe seguir lo siguiente:

* Identificar el código de la entrada que se desea resetear.

```
Ejemplo: h5CdqHYM
```

"Query"

```sql theme={null}
Select * from entrada where codigo = 'h5CdqHYM'
```

<img height="200" src="https://mintcdn.com/postline/K7is3LBlSAscyt0w/images/example-code.png?fit=max&auto=format&n=K7is3LBlSAscyt0w&q=85&s=70501926cbba1fd2541be71ce3bf4cd5" data-path="images/example-code.png" />

<img height="200" src="https://mintcdn.com/postline/K7is3LBlSAscyt0w/images/2.png?fit=max&auto=format&n=K7is3LBlSAscyt0w&q=85&s=ee964a235a2850187d814295eedf4075" data-path="images/2.png" />

<img height="200" src="https://mintcdn.com/postline/K7is3LBlSAscyt0w/images/3.png?fit=max&auto=format&n=K7is3LBlSAscyt0w&q=85&s=c4fc366509aef826e5855c8d1cf13cf0" data-path="images/3.png" />

###### Para setear asistentes en la visualizacion

\####### Se debe setear el finTIempo aque sea mayor a la fecha actual

```sql theme={null}
Select * from entrada where id = 1634316
```

##### y asistente\_local se debe setear la fecha\_salida a null

```sql theme={null}
Select * from asistente_local where id = 1634316
```

```sql theme={null}
```
