From 499c749e1a08d25a4976e57a22c0c561ab0c01f0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 14 Mar 2004 16:59:03 +0000 Subject: [PATCH] Le nom de l'entrepot est obligatoire. --- mysql/tables/llx_entrepot.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql/tables/llx_entrepot.sql b/mysql/tables/llx_entrepot.sql index ad2667c2fe0..a20e5321329 100644 --- a/mysql/tables/llx_entrepot.sql +++ b/mysql/tables/llx_entrepot.sql @@ -1,5 +1,6 @@ -- ============================================================================ -- Copyright (C) 2003 Rodolphe Quiedeville +-- Copyright (C) 2004 Laurent Destailleur -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by @@ -25,7 +26,7 @@ create table llx_entrepot rowid integer AUTO_INCREMENT PRIMARY KEY, datec datetime, tms timestamp, - label varchar(255), + label varchar(255) NOT NULL, description text, statut tinyint default 1, -- 1 ouvert, 0 fermé fk_user_author integer