mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-09 17:32:35 +01:00
Fix: Pb sur gnration index sur double cls.
This commit is contained in:
@@ -35,4 +35,4 @@ create table llx_user_param
|
||||
UNIQUE(fk_user,page,param)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_llx_user_param_fk_user_page_param ON llx_user_param ();
|
||||
CREATE INDEX idx_llx_user_param_fk_user_page_param ON llx_user_param (fk_user,page,param);
|
||||
|
||||
Reference in New Issue
Block a user