1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00

Fix an error in the code block.

This commit is contained in:
jbranchaud
2016-01-04 20:06:21 -06:00
parent 5fdd4f7f3f
commit d9eedb2cfd

View File

@@ -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`.
```
truncate pokemon, trainers, pokemons_trainers restart identity;
truncate pokemons, trainers, pokemons_trainers restart identity;
```