Add tables to store working employee contracts

This commit is contained in:
Laurent Destailleur
2016-09-28 19:23:34 +02:00
parent 86d86f8442
commit 2d6877ac67
5 changed files with 71 additions and 9 deletions

View File

@@ -21,8 +21,8 @@
ALTER TABLE llx_user ADD UNIQUE INDEX uk_user_login (login, entity);
ALTER TABLE llx_user ADD INDEX idx_user_fk_societe (fk_soc);
ALTER TABLE llx_user ADD INDEX idx_user_fk_societe (fk_soc);
ALTER TABLE llx_user ADD UNIQUE INDEX uk_user_fk_socpeople (fk_socpeople);
ALTER TABLE llx_user ADD UNIQUE INDEX uk_user_fk_member (fk_member);
ALTER TABLE llx_user ADD UNIQUE INDEX uk_user_api_key (api_key);
ALTER TABLE llx_user ADD UNIQUE INDEX uk_user_api_key (api_key);