Ajout table llx_dolibarr_modules
This commit is contained in:
parent
0a6a4eb00b
commit
cdadb7d10a
@ -1356,3 +1356,14 @@ create table llx_contratdet
|
|||||||
commentaire text
|
commentaire text
|
||||||
|
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|
||||||
|
create table llx_dolibarr_modules
|
||||||
|
(
|
||||||
|
numero integer PRIMARY KEY,
|
||||||
|
active tinyint DEFAULT 0 NOT NULL,
|
||||||
|
active_date datetime NOT NULL,
|
||||||
|
active_version varchar(25) NOT NULL
|
||||||
|
|
||||||
|
)type=innodb;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user