Skip to content

Commit

Permalink
Update llx_c_type_resource.sql
Browse files Browse the repository at this point in the history
Error create table, missing incremet type element
  • Loading branch information
josemariagomezroncero committed Aug 11, 2015
1 parent 3108523 commit e146af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/install/mysql/tables/llx_c_type_resource.sql
Expand Up @@ -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
Expand Down

0 comments on commit e146af3

Please sign in to comment.