diff --git a/insert_all_data.sql b/insert_all_data.sql index 6e559a8..ba2876e 100644 --- a/insert_all_data.sql +++ b/insert_all_data.sql @@ -494,5 +494,18 @@ 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 ('184', 'Mon nom est Po, et il va me falloir un chapeau !', 0, 'fr', true, 'insertion de test', 52, 37, 1); 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); +INSERT INTO Commentary (id_comment, quote, users, dateC, comment) +VALUES +('1', '1', '1', '2024-10-01', 'This quote really resonates with me.'), +('2', '2', '2', '2024-10-02', 'A timeless piece of wisdom.'), +('3', '3', '3', '2024-10-03', 'I disagree with this viewpoint.'), +('4', '4', '1', '2024-10-04', 'Absolutely love this quote!'), +('5', '5', '2', '2024-10-05', 'Very motivational, thanks for sharing!'), +('6', '6', '3', '2024-10-06', 'This makes me reflect on life.'), +('7', '7', '1', '2024-10-07', 'I find this quote very inspiring.'), +('8', '8', '1', '2024-10-08', 'I think there’s more to this than meets the eye.'), +('9', '9', '3', '2024-10-09', 'Such a powerful statement!'), +('10', '1','2', '2024-10-10', 'This is one of my favorites!') + UPDATE Quote SET isCitationDuJour = false;