Merge pull request #3375 from josemariagomezroncero/patch-1

Update llx_c_type_resource.sql
This commit is contained in:
Juanjo Menent 2015-08-12 18:34:41 +02:00
commit 5039db3ebf

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