2
0
forked from Wavyzz/dolibarr

New update comments is now available

This commit is contained in:
atm-ph
2019-10-30 15:45:04 +01:00
parent 8f5b0f5d4d
commit 2f68a73a2a
6 changed files with 107 additions and 29 deletions

View File

@@ -22,6 +22,7 @@ CREATE TABLE llx_comment (
tms timestamp,
description text NOT NULL,
fk_user_author integer DEFAULT NULL,
fk_user_modif integer DEFAULT NULL,
fk_element integer DEFAULT NULL,
element_type varchar(50) DEFAULT NULL,
entity integer DEFAULT 1,