From ccabcd93bebad4c8fdeab9ccbbbc4fa62b1e71e9 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 8 Apr 2005 14:24:41 +0000 Subject: [PATCH] Erreur de syntaxe --- mysql/tables/llx_dolibarr_modules.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mysql/tables/llx_dolibarr_modules.sql b/mysql/tables/llx_dolibarr_modules.sql index be14c795233..0f96404e8c6 100644 --- a/mysql/tables/llx_dolibarr_modules.sql +++ b/mysql/tables/llx_dolibarr_modules.sql @@ -22,8 +22,7 @@ create table llx_dolibarr_modules ( - rowid integer PRIMARY KEY, - numero integer UNIQUE NOT NULL, + numero integer PRIMARY KEY, active tinyint DEFAULT 0 NOT NULL, active_date datetime NOT NULL, active_version varchar(25) NOT NULL