2
0
forked from Wavyzz/dolibarr

Fix: Gestion du double et gestion des ordres mysql "UNIQUE INDEX" et "INDEX"

This commit is contained in:
Laurent Destailleur
2005-03-02 23:07:46 +00:00
parent 459ffbdc46
commit 4bf603c113
21 changed files with 90 additions and 51 deletions

View File

@@ -26,6 +26,7 @@
create table llx_bank_class
(
"lineid" integer NOT NULL,
"fk_categ" integer NOT NULL,
"INDEX"(lineid)
"fk_categ" integer NOT NULL
);
CREATE INDEX idx_lineid ON llx_bank_class (lineid);