mirror of
https://github.com/jbranchaud/til
synced 2026-01-10 10:38:01 +00:00
Fix an error in the code block.
This commit is contained in:
@@ -11,5 +11,5 @@ appending `restart identity` to the end of a `truncate` statement, Postgres
|
|||||||
will make sure to restart any associated sequences at `1`.
|
will make sure to restart any associated sequences at `1`.
|
||||||
|
|
||||||
```
|
```
|
||||||
truncate pokemon, trainers, pokemons_trainers restart identity;
|
truncate pokemons, trainers, pokemons_trainers restart identity;
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user