diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 09b1c77..e18aa3a 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -194,6 +194,8 @@ }, "active": "e11a6a080eb83632", "lastOpenFiles": [ + "ISEN/Web/CIPA 4/TP/TP5/sql/02-data.sql", + "ISEN/Web/CIPA 4/TP/TP5/sql/01-model.sql", "ISEN/Web/CIPA 4/TP/TP5/docker-compose.yml", "ISEN/Web/CIPA 4/TP/TP5/query.sql", "ISEN/Web/CIPA 4/TP/TP5/php/chat.php", @@ -205,8 +207,6 @@ "ISEN/Web/CIPA 4/TP/TP5/sql", "ISEN/Web/CIPA 4/TP/TP5/MPD.png", "ISEN/Web/CIPA 4/TP/TP5/MCD.png", - "ISEN/Web/CIPA 4/TP/TP5/MCD.mcd", - "ISEN/Web/CIPA 4/TP/TP4/tp4.pdf", "ISEN/Introduction a la cyber et a la cryptographie/CIPA 4/Crypto Cours 2.md", "ISEN/Introduction a la cyber et a la cryptographie/CIPA 4/Crypto Cours 1.md", "ISEN/Réunion/CIPA 3/Rentrée 2024-25.md", diff --git a/ISEN/Web/CIPA 4/TP/TP5/docker-compose.yml b/ISEN/Web/CIPA 4/TP/TP5/docker-compose.yml index 25db2a4..84c03fa 100644 --- a/ISEN/Web/CIPA 4/TP/TP5/docker-compose.yml +++ b/ISEN/Web/CIPA 4/TP/TP5/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3.8' services: db: image: postgres:17 diff --git a/ISEN/Web/CIPA 4/TP/TP5/sql/model.sql b/ISEN/Web/CIPA 4/TP/TP5/sql/01-model.sql similarity index 100% rename from ISEN/Web/CIPA 4/TP/TP5/sql/model.sql rename to ISEN/Web/CIPA 4/TP/TP5/sql/01-model.sql diff --git a/ISEN/Web/CIPA 4/TP/TP5/sql/data.sql b/ISEN/Web/CIPA 4/TP/TP5/sql/02-data.sql similarity index 100% rename from ISEN/Web/CIPA 4/TP/TP5/sql/data.sql rename to ISEN/Web/CIPA 4/TP/TP5/sql/02-data.sql