*** empty log message ***
This commit is contained in:
parent
705928bf6b
commit
de51bf0856
@ -42,6 +42,7 @@ create:
|
||||
$(MYSQL) $(BASE) < llx_compta.sql
|
||||
$(MYSQL) $(BASE) < llx_compta_account.sql
|
||||
$(MYSQL) $(BASE) < llx_don.sql
|
||||
$(MYSQL) $(BASE) < llx_don_projet.sql
|
||||
$(MYSQL) $(BASE) < llx_fa_pr.sql
|
||||
$(MYSQL) $(BASE) < llx_facture.sql
|
||||
$(MYSQL) $(BASE) < llx_facture_fourn.sql
|
||||
|
||||
@ -61,6 +61,8 @@ drop table if exists llx_compta_account;
|
||||
|
||||
drop table if exists llx_don;
|
||||
|
||||
drop table if exists llx_don_projet;
|
||||
|
||||
drop table if exists llx_fa_pr;
|
||||
|
||||
drop table if exists llx_facture;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user