Task #0001731: Moyen de paiement
This commit is contained in:
parent
b21b3bd922
commit
282c26a9f0
13 changed files with 718 additions and 338 deletions
8
include/sql/patch/upgrade134.sql
Normal file
8
include/sql/patch/upgrade134.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
begin;
|
||||
|
||||
update attr_def set ad_extra = '[sql] fd_id in (select fd_id from fiche_def where frd_id in (4,8,9,14))' where ad_id=25;
|
||||
|
||||
alter table mod_payment rename to payment_method;
|
||||
|
||||
insert into version (val,v_description) values (135,'rename table mod_payment');
|
||||
commit ;
|
||||
Loading…
Add table
Add a link
Reference in a new issue