diff --git a/project/src/db.sql b/project/src/db.sql index c0125a1..3e57741 100644 --- a/project/src/db.sql +++ b/project/src/db.sql @@ -170,5 +170,5 @@ INSERT INTO Thematique(libelle) VALUES ('Nucléaire'),('Mathématiques'); INSERT INTO Scientifique(nom, prenom, photo, dateNaissance, descriptif, ratioTrouvee, idThematique, idDifficulte, idSexe) VALUES - ('nom0', 'prenom0', '', CURRENT_DATE, 'desc0', 0, 1, 1, 1), - ('nom1', 'prenom1', '', CURRENT_DATE, 'desc1', 0, 2, 2, 2); \ No newline at end of file + ('nomToto', 'prenomToto', '', CURRENT_DATE, 'desc', 0, 1, 1, 1), + ('nomTiti', 'prenomTiti', '', CURRENT_DATE, 'desc', 0, 2, 2, 2); \ No newline at end of file