forked from Wavyzz/dolibarr
Save MAIN_VERSION_FIRST_INSTALL that is not erased.
This commit is contained in:
@@ -21,7 +21,7 @@ create table llx_c_typent
|
||||
(
|
||||
id integer PRIMARY KEY,
|
||||
code varchar(12) NOT NULL,
|
||||
libelle varchar(48),
|
||||
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)
|
||||
active tinyint DEFAULT 1 NOT NULL,
|
||||
module varchar(32) NULL,
|
||||
|
||||
Reference in New Issue
Block a user