Qual: Variable generique MYSQL renommé en SQL (pour compatibilite pgsql)
This commit is contained in:
parent
b2b898cecb
commit
b93ddf56ab
@ -1,4 +1,6 @@
|
|||||||
|
#
|
||||||
# Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
# Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
|
# Copyright (C) 2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -20,11 +22,11 @@
|
|||||||
# General Makefile for Mysql database
|
# General Makefile for Mysql database
|
||||||
#
|
#
|
||||||
|
|
||||||
MYSQL=mysql
|
SQL=mysql
|
||||||
BASE=dolibarr
|
BASE=dolibarr
|
||||||
OPTIONS=
|
OPTIONS=
|
||||||
|
|
||||||
dev:
|
dev:
|
||||||
$(MYSQL) $(OPTIONS) $(BASE) < data_dev.sql
|
$(SQL) $(OPTIONS) $(BASE) < data_dev.sql
|
||||||
$(MYSQL) $(OPTIONS) $(BASE) < propal_dev.sql
|
$(SQL) $(OPTIONS) $(BASE) < propal_dev.sql
|
||||||
$(MYSQL) $(OPTIONS) $(BASE) < facture_dev.sql
|
$(SQL) $(OPTIONS) $(BASE) < facture_dev.sql
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user