Ajout de llx_const
This commit is contained in:
parent
1ee1bb24bf
commit
04b4650af3
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user