Merge pull request #3375 from josemariagomezroncero/patch-1
Update llx_c_type_resource.sql
This commit is contained in:
commit
5039db3ebf
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
create table llx_c_type_resource
|
create table llx_c_type_resource
|
||||||
(
|
(
|
||||||
rowid integer PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
code varchar(32) NOT NULL,
|
code varchar(32) NOT NULL,
|
||||||
label varchar(64) NOT NULL,
|
label varchar(64) NOT NULL,
|
||||||
active tinyint DEFAULT 1 NOT NULL
|
active tinyint DEFAULT 1 NOT NULL
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user