mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 08:02:22 +01:00
Add tables to store working employee contracts
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user