Merge remote-tracking branch 'origin/3.7' into develop

This commit is contained in:
Juanjo Menent
2015-08-12 18:41:44 +02:00
2 changed files with 4 additions and 4 deletions

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