Réalisation finale

This commit is contained in:
Logshiro
2025-10-24 16:13:37 +02:00
parent 6585fef404
commit 7e4cdedf3d
73 changed files with 6154 additions and 14 deletions

View File

@@ -16,9 +16,6 @@ TRUNCATE TABLE projet;
TRUNCATE TABLE membre;
SET FOREIGN_KEY_CHECKS = 1;
-- ============================================
-- Insertion des membres (10 développeurs)
-- ============================================
INSERT INTO membre (nom, prenom, email) VALUES
('Dupont', 'Alice', 'alice.dupont@tech-corp.fr'),
('Martin', 'Bob', 'bob.martin@tech-corp.fr'),
@@ -30,6 +27,8 @@ INSERT INTO membre (nom, prenom, email) VALUES
('Michel', 'Hugo', 'hugo.michel@tech-corp.fr'),
('Laurent', 'Iris', 'iris.laurent@tech-corp.fr'),
('Garcia', 'Jean', 'jean.garcia@tech-corp.fr');
-- Ajout des rôles et mots de passe si nécessaire
-- Préparation pour l'ajout d'un administrateur via commande console
-- ============================================
-- Insertion des projets (3 projets)