1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +00:00

Add SQL syntax highlighting to the code block.

This commit is contained in:
jbranchaud
2016-01-04 20:07:28 -06:00
parent d9eedb2cfd
commit b4769a4221

View File

@@ -10,6 +10,6 @@ restart it manually or you can tell `truncate` to do it for you. By
appending `restart identity` to the end of a `truncate` statement, Postgres
will make sure to restart any associated sequences at `1`.
```
```sql
truncate pokemons, trainers, pokemons_trainers restart identity;
```