From d5a04fc2f4314012d3dfea600099a82905105ab1 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 21 Jul 2003 09:43:20 +0000 Subject: [PATCH] Modif champ rowid --- mysql/tables/llx_cond_reglement.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/tables/llx_cond_reglement.sql b/mysql/tables/llx_cond_reglement.sql index 8a98cf54c59..aba88b7f1c5 100644 --- a/mysql/tables/llx_cond_reglement.sql +++ b/mysql/tables/llx_cond_reglement.sql @@ -22,7 +22,7 @@ create table llx_cond_reglement ( - rowid integer AUTO_INCREMENT PRIMARY KEY, + rowid integer PRIMARY KEY, sortorder smallint, actif tinyint default 1, libelle varchar(255),