Skip to content
Snippets Groups Projects
Commit 1e481bea authored by Joel Cavat's avatar Joel Cavat
Browse files

Fix from Mr. Francesco

parent 559338a3
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,6 @@ puis, configurer **à chaque fois** les instructions suivantes pour avoir des co
```bash
sqlite> PRAGMA foreign_keys = ON;
sqlite> PRAGMA strict = ON;
sqlite> .mode column
sqlite> .headers on
```
enfin, pour un peu de cosmétique afin de mieux lire le résultat des requêtes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment