From 082030277aef265c9333924d239c3b14337e720f Mon Sep 17 00:00:00 2001 From: "victor.soulier" Date: Sun, 19 Nov 2023 18:35:26 +0100 Subject: [PATCH] FIX : suppression char invalides --- project/src/db.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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