From 91a5f658674be419f9b1cbd533af08233e1ba056 Mon Sep 17 00:00:00 2001 From: Rocher Date: Tue, 12 Nov 2024 09:40:25 +0100 Subject: [PATCH] update insertions --- insert_all_data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insert_all_data.sql b/insert_all_data.sql index 6c7cf09..6e559a8 100644 --- a/insert_all_data.sql +++ b/insert_all_data.sql @@ -495,4 +495,4 @@ INSERT INTO Quote (id_quote, content, likes, langue, isValide, reason, id_caract INSERT INTO Quote (id_quote, content, likes, langue, isValide, reason, id_caracter, id_source, id_user_verif) VALUES ('185', 'Tu viens de me montrer au completĀ ?!', 0, 'fr', true, 'insertion de test', 38, 10, 1); UPDATE Quote -SET isValide = false; +SET isCitationDuJour = false;