correction du script
continuous-integration/drone/push Build is passing Details

master^2
Leni BEAULATON 2 days ago
parent 7cc75829d0
commit 8c0cbbeeac

@ -505,7 +505,15 @@ VALUES
('7', '7', '1', '2024-10-07', 'I find this quote very inspiring.'),
('8', '8', '1', '2024-10-08', 'I think theres 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!')
('10', '1','2', '2024-10-10', 'This is one of my favorites!');
UPDATE Quote
SET isCitationDuJour = false;
UPDATE Quote
SET isCitationDuJour = true
WHERE id_quote = 184;

Loading…
Cancel
Save