From c5a3853de80b93402222b214decbb5daa1cc12ed Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 24 Nov 2003 15:44:35 +0000 Subject: [PATCH] Modification de la structure --- mysql/tables/llx_expedition_methode.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql/tables/llx_expedition_methode.sql b/mysql/tables/llx_expedition_methode.sql index 7fdf3f716cc..da95d192432 100644 --- a/mysql/tables/llx_expedition_methode.sql +++ b/mysql/tables/llx_expedition_methode.sql @@ -22,9 +22,9 @@ create table llx_expedition_methode ( - rowid integer AUTO_INCREMENT PRIMARY KEY, + rowid integer PRIMARY KEY, tms timestamp, code varchar(30) NOT NULL, libelle varchar(50) NOT NULL, - note text + statut tinyint default 0 );