From a6da8309f2cbc1c680094462f6defaa11a1714cf Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 29 Dec 2002 13:56:48 +0000 Subject: [PATCH] *** empty log message *** --- mysql/tables/llx_adherent.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/tables/llx_adherent.sql b/mysql/tables/llx_adherent.sql index 1b91d5085ef..ab5eddfb91e 100644 --- a/mysql/tables/llx_adherent.sql +++ b/mysql/tables/llx_adherent.sql @@ -38,5 +38,6 @@ create table llx_adherent email varchar(255), fk_user_author integer NOT NULL, fk_user_valid integer NOT NULL, + datefin datetime NOT NULL, -- date de fin de validité de la cotisation note text );