forked from Wavyzz/dolibarr
Prefix en dur "llx_" remplac par constante "MAIN_DB_PREFIX".
This commit is contained in:
@@ -27,15 +27,15 @@ OPTIONS=-U $(OWNER)
|
||||
all: show
|
||||
|
||||
create:
|
||||
$(SQL) $(OPTIONS) $(BASE) < actioncomm.sql
|
||||
$(SQL) $(OPTIONS) $(BASE) < c_actioncomm.sql
|
||||
$(SQL) $(OPTIONS) $(BASE) < c_chargesociales.sql
|
||||
$(SQL) $(OPTIONS) $(BASE) < c_effectif.sql
|
||||
$(SQL) $(OPTIONS) $(BASE) < c_paiement.sql
|
||||
$(SQL) $(OPTIONS) $(BASE) < c_pays.sql
|
||||
$(SQL) $(OPTIONS) $(BASE) < c_propalst.sql
|
||||
$(SQL) $(OPTIONS) $(BASE) < c_stcomm.sql
|
||||
$(SQL) $(OPTIONS) $(BASE) < c_typent.sql
|
||||
$(SQL) $(OPTIONS) $(BASE) < llx_actioncomm.sql
|
||||
$(SQL) $(OPTIONS) $(BASE) < llx_c_actioncomm.sql
|
||||
$(SQL) $(OPTIONS) $(BASE) < llx_c_chargesociales.sql
|
||||
$(SQL) $(OPTIONS) $(BASE) < llx_c_effectif.sql
|
||||
$(SQL) $(OPTIONS) $(BASE) < llx_c_paiement.sql
|
||||
$(SQL) $(OPTIONS) $(BASE) < llx_c_pays.sql
|
||||
$(SQL) $(OPTIONS) $(BASE) < llx_c_propalst.sql
|
||||
$(SQL) $(OPTIONS) $(BASE) < llx_c_stcomm.sql
|
||||
$(SQL) $(OPTIONS) $(BASE) < llx_c_typent.sql
|
||||
$(SQL) $(OPTIONS) $(BASE) < llx_adherent.sql
|
||||
$(SQL) $(OPTIONS) $(BASE) < llx_bank.sql
|
||||
$(SQL) $(OPTIONS) $(BASE) < llx_bank_account.sql
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
--
|
||||
-- ========================================================================
|
||||
|
||||
create table c_actioncomm
|
||||
create table llx_c_actioncomm
|
||||
(
|
||||
id SERIAL,
|
||||
libelle varchar(30),
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
-- $Source$
|
||||
--
|
||||
-- ========================================================================
|
||||
create table c_chargesociales
|
||||
create table llx_c_chargesociales
|
||||
(
|
||||
id SERIAL,
|
||||
libelle varchar(80),
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
--
|
||||
-- ========================================================================
|
||||
|
||||
create table c_effectif
|
||||
create table llx_c_effectif
|
||||
(
|
||||
id SERIAL,
|
||||
libelle varchar(30)
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
-- 1 : sortie d'argent
|
||||
-- 2 : entr<74>e ou sortie d'argent
|
||||
|
||||
create table c_paiement
|
||||
create table llx_c_paiement
|
||||
(
|
||||
id SERIAL,
|
||||
libelle varchar(30),
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
--
|
||||
-- ========================================================================
|
||||
|
||||
create table c_pays
|
||||
create table llx_c_pays
|
||||
(
|
||||
id SERIAL,
|
||||
libelle varchar(25),
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
--
|
||||
-- ===================================================================
|
||||
|
||||
create table c_propalst
|
||||
create table llx_c_propalst
|
||||
(
|
||||
id SERIAL,
|
||||
label varchar(30)
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
--
|
||||
-- ========================================================================
|
||||
|
||||
create table c_stcomm
|
||||
create table llx_c_stcomm
|
||||
(
|
||||
id SERIAL,
|
||||
libelle varchar(30)
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
--
|
||||
-- ========================================================================
|
||||
|
||||
create table c_typent
|
||||
create table llx_c_typent
|
||||
(
|
||||
id SERIAL,
|
||||
libelle varchar(30)
|
||||
|
||||
@@ -20,29 +20,29 @@
|
||||
-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
--
|
||||
|
||||
drop table actioncomm;
|
||||
drop table llx_actioncomm;
|
||||
|
||||
drop table bots;
|
||||
drop table llx_bots;
|
||||
|
||||
drop table c_anexpe;
|
||||
drop table llx_c_anexpe;
|
||||
|
||||
drop table c_actioncomm;
|
||||
drop table llx_c_actioncomm;
|
||||
|
||||
drop table c_chargesociales;
|
||||
drop table llx_c_chargesociales;
|
||||
|
||||
drop table c_effectif;
|
||||
drop table llx_c_effectif;
|
||||
|
||||
drop table c_paiement ;
|
||||
drop table llx_c_paiement ;
|
||||
|
||||
drop table c_pays ;
|
||||
drop table llx_c_pays ;
|
||||
|
||||
drop table c_prestatype ;
|
||||
drop table llx_c_prestatype ;
|
||||
|
||||
drop table c_propalst ;
|
||||
drop table llx_c_propalst ;
|
||||
|
||||
drop table c_stcomm;
|
||||
drop table llx_c_stcomm;
|
||||
|
||||
drop table c_typent ;
|
||||
drop table llx_c_typent ;
|
||||
|
||||
drop table llx_adherent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user