Fix: Les makefiles générent un fichier sql qui doit contenir la création des clés après la création de toute les tables.
This commit is contained in:
parent
b08e8f0550
commit
7095f324ee
@ -41,8 +41,8 @@ SQL=mysql
|
|||||||
BASE=dolibarr
|
BASE=dolibarr
|
||||||
OPTIONS=
|
OPTIONS=
|
||||||
|
|
||||||
#FIND=find
|
FIND=find
|
||||||
FIND="c:/Program files/cygwin/bin/find"
|
#FIND="c:/Program files/cygwin/bin/find"
|
||||||
|
|
||||||
|
|
||||||
TABLES=$(shell $(FIND) tables/ -name "*sql")
|
TABLES=$(shell $(FIND) tables/ -name "*sql")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user