2
0
forked from Wavyzz/dolibarr

Add field nb_holidays and salary.

This commit is contained in:
Laurent Destailleur
2014-04-25 20:06:19 +02:00
parent 078a7f4162
commit ae23d78c74
2 changed files with 5 additions and 1 deletions

View File

@@ -67,5 +67,7 @@ create table llx_user
color varchar(6),
barcode varchar(255) DEFAULT NULL,
fk_barcode_type integer DEFAULT 0,
accountancy_code varchar(24) NULL
accountancy_code varchar(24) NULL,
nb_holiday integer DEFAULT 0,
salary double(24,8)
)ENGINE=innodb;