*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2002-12-17 18:42:25 +00:00
parent 7bdedfb611
commit 705928bf6b
2 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,7 @@ create:
$(MYSQL) $(BASE) < llx_chargesociales.sql
$(MYSQL) $(BASE) < llx_compta.sql
$(MYSQL) $(BASE) < llx_compta_account.sql
$(MYSQL) $(BASE) < llx_don.sql
$(MYSQL) $(BASE) < llx_fa_pr.sql
$(MYSQL) $(BASE) < llx_facture.sql
$(MYSQL) $(BASE) < llx_facture_fourn.sql

View File

@ -59,6 +59,8 @@ drop table if exists llx_compta;
drop table if exists llx_compta_account;
drop table if exists llx_don;
drop table if exists llx_fa_pr;
drop table if exists llx_facture;