2
0
forked from Wavyzz/dolibarr

*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville
2002-12-29 23:36:31 +00:00
parent b4d2fdf23b
commit bc08f313d2
3 changed files with 256 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ create:
$(MYSQL) $(OPTIONS) $(BASE) < c_stcomm.sql
$(MYSQL) $(OPTIONS) $(BASE) < c_typent.sql
$(MYSQL) $(OPTIONS) $(BASE) < llx_adherent.sql
$(MYSQL) $(OPTIONS) $(BASE) < llx_adherent_type.sql
$(MYSQL) $(OPTIONS) $(BASE) < llx_bank.sql
$(MYSQL) $(OPTIONS) $(BASE) < llx_bank_account.sql
$(MYSQL) $(OPTIONS) $(BASE) < llx_bank_categ.sql

View File

@@ -45,6 +45,8 @@ drop table if exists c_typent ;
drop table if exists llx_adherent;
drop table if exists llx_adherent_type;
drop table if exists llx_bank;
drop table if exists llx_bank_account;