Skip to content

Commit b2bb4e9

Browse files
author
0h My Goat
committed
feat: chapitre 2 ✨
1 parent 51f3bdb commit b2bb4e9

9 files changed

+654
-5
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "Espace Formateur"]
2+
path = Espace Formateur
3+
url = git@github.com:Octocorn-Learning/SQL-Formateur.git

.idea/vcs.xml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Espace Formateur

Submodule Espace Formateur added at 18ec4a8

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Pour chaque exercice, vous retrouverez trois niveaux de difficulté :
1919
2020
## Plan de cours 🗺️
2121

22-
- [ ] [Présentation]()
23-
- [ ] [Création de BDD]()
22+
- [x] [Présentation]()
23+
- [x] [Création de BDD]()
2424
- [ ] [Jointures]()
2525
- [ ] [Fonctions]()
2626
- [ ] [Sous requêtes]()

cours/00_index.slides.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ contributors:
99

1010
# Index
1111

12-
- [Présentation](01_presentation.slides.html)
12+
- [Présentation](01_presentation.slides.html)
13+
- [Création et commandes de base](02_creation_bdd.slides.html)

cours/01_presentation.slides.md

-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ volumes:
382382
- Hostname : `127.0.0.1`
383383
- User : `user`
384384
- Password : `password`
385-
- Default Schema : `db`
386385

387386
> Si après avoir cliqué sur "Test Connection" tout est OK, validez !
388387

0 commit comments

Comments
 (0)