mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-12 04:21:30 +01:00
Add tables to store working employee contracts
This commit is contained in:
@@ -78,7 +78,7 @@ create table llx_user
|
||||
nb_holiday integer DEFAULT 0,
|
||||
thm double(24,8),
|
||||
tjm double(24,8),
|
||||
salary double(24,8),
|
||||
salaryextra double(24,8),
|
||||
weeklyhours double(16,8)
|
||||
salary double(24,8), -- denormalized value coming from llx_user_employment
|
||||
salaryextra double(24,8), -- denormalized value coming from llx_user_employment
|
||||
weeklyhours double(16,8) -- denormalized value coming from llx_user_employment
|
||||
)ENGINE=innodb;
|
||||
|
||||
Reference in New Issue
Block a user