From 8ef00dcf23f957da05a99c51dcc558c9d05a0abd Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 2 Aug 2005 12:44:50 +0000 Subject: [PATCH] Ajout champs frequency et last_gen --- mysql/tables/llx_facture_rec.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql/tables/llx_facture_rec.sql b/mysql/tables/llx_facture_rec.sql index 3f5398afc2d..5fe633782ef 100644 --- a/mysql/tables/llx_facture_rec.sql +++ b/mysql/tables/llx_facture_rec.sql @@ -39,5 +39,8 @@ create table llx_facture_rec note text, + frequency char(2) DEFAULT NULL, + last_gen varchar(7) DEFAULT NULL, + INDEX idx_facture_rec_fksoc (fk_soc) )type=innodb;