Mise à jour RabbitMq

This commit is contained in:
2025-10-14 09:56:55 +02:00
parent 803be5cd44
commit 4bec559bfd
3 changed files with 32 additions and 4 deletions

View File

@@ -382,11 +382,12 @@ create table composition
create table article
(
articles_id integer,
article text
article text,
agrimer int,
prix_revient numeric(8, 2)
);
insert into article (article) values
insert into article (article, agrimer) values
('aubergine', 57231901),
('artichaut', 57221689),
('ail violet', 57225792),
@@ -405,7 +406,6 @@ insert into article (article) values
('chou fleur', 453002),
('chou rave', 4740201),
('chou rouge', 2040201),
('claytone / pourpier'),
('concombre', 57222102),
('courge butternut', 57231340),
('courge potimarron', 57231297),