mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Fix: Gestion du double et gestion des ordres mysql "UNIQUE INDEX" et "INDEX"
This commit is contained in:
@@ -33,5 +33,6 @@ create table llx_adherent_options
|
||||
optid SERIAL PRIMARY KEY,
|
||||
"tms" timestamp,
|
||||
"adhid" integer NOT NULL, -- id de l'adherent auquel correspond ces attributs optionnel
|
||||
"UNIQUE" INDEX(adhid)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_adhid ON llx_adherent_options (adhid);
|
||||
|
||||
Reference in New Issue
Block a user