Revert "FIX: add auto incrementation to llx_c_typent.sql"

This reverts commit 14a3aa2165.
This commit is contained in:
Laurent Destailleur 2020-05-01 22:17:33 +02:00
parent 994b60b1d8
commit 3957b74d9a

View File

@ -19,7 +19,7 @@
create table llx_c_typent create table llx_c_typent
( (
id integer AUTO_INCREMENT PRIMARY KEY, id integer PRIMARY KEY,
code varchar(12) NOT NULL, code varchar(12) NOT NULL,
libelle varchar(64), libelle varchar(64),
fk_country integer NULL, -- Defined only to have specific list for countries that can't use generic list (like argentina that need type A or B) fk_country integer NULL, -- Defined only to have specific list for countries that can't use generic list (like argentina that need type A or B)