forked from Wavyzz/dolibarr
*** empty log message ***
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user