Ajout de llx_const

This commit is contained in:
Rodolphe Quiedeville 2003-02-12 20:51:56 +00:00
parent 1ee1bb24bf
commit 04b4650af3
2 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,7 @@ create:
$(MYSQL) $(OPTIONS) $(BASE) < llx_chargesociales.sql
$(MYSQL) $(OPTIONS) $(BASE) < llx_compta.sql
$(MYSQL) $(OPTIONS) $(BASE) < llx_compta_account.sql
$(MYSQL) $(OPTIONS) $(BASE) < llx_const.sql
$(MYSQL) $(OPTIONS) $(BASE) < llx_cotisation.sql
$(MYSQL) $(OPTIONS) $(BASE) < llx_don.sql
$(MYSQL) $(OPTIONS) $(BASE) < llx_don_projet.sql

View File

@ -65,6 +65,8 @@ drop table if exists llx_compta;
drop table if exists llx_compta_account;
drop table if exists llx_const;
drop table if exists llx_cotisation;
drop table if exists llx_don;