Update llx_c_type_resource.sql

Error create table, missing incremet type element
This commit is contained in:
josemariagomezroncero 2015-08-11 22:38:21 +02:00
parent 3108523ff2
commit e146af3118

View File

@ -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