From e146af3118a34cd1d392dbd956d5f13b2f0b7f36 Mon Sep 17 00:00:00 2001 From: josemariagomezroncero Date: Tue, 11 Aug 2015 22:38:21 +0200 Subject: [PATCH] Update llx_c_type_resource.sql Error create table, missing incremet type element --- htdocs/install/mysql/tables/llx_c_type_resource.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/tables/llx_c_type_resource.sql b/htdocs/install/mysql/tables/llx_c_type_resource.sql index 8ba088c075e17..a12abb95f83d8 100644 --- a/htdocs/install/mysql/tables/llx_c_type_resource.sql +++ b/htdocs/install/mysql/tables/llx_c_type_resource.sql @@ -27,7 +27,7 @@ create table llx_c_type_resource ( - rowid integer PRIMARY KEY, + rowid integer AUTO_INCREMENT PRIMARY KEY, code varchar(32) NOT NULL, label varchar(64) NOT NULL, active tinyint DEFAULT 1 NOT NULL