alter table llx_facture add rang integer DEFAULT 0 NOT NULL;
This commit is contained in:
parent
7bf0ce4fac
commit
1b6a92dcb2
@ -49,11 +49,11 @@ create table llx_societe_commerciaux
|
|||||||
UNIQUE INDEX(fk_soc, fk_user)
|
UNIQUE INDEX(fk_soc, fk_user)
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|
||||||
|
|
||||||
alter table llx_action_def add code varchar(24) NOT NULL after rowid;
|
alter table llx_action_def add code varchar(24) NOT NULL after rowid;
|
||||||
update llx_action_def set code='NOTIFY_VAL_FICHINTER' where titre='Validation fiche intervention';
|
update llx_action_def set code='NOTIFY_VAL_FICHINTER' where titre='Validation fiche intervention';
|
||||||
update llx_action_def set code='NOTIFY_VAL_FAC' where titre='Validation facture';
|
update llx_action_def set code='NOTIFY_VAL_FAC' where titre='Validation facture';
|
||||||
|
|
||||||
|
|
||||||
delete from llx_const where name like '%_OUTPUT_URL';
|
delete from llx_const where name like '%_OUTPUT_URL';
|
||||||
delete from llx_const where name like 'MAIN_START_YEAR';
|
delete from llx_const where name like 'MAIN_START_YEAR';
|
||||||
@ -68,6 +68,8 @@ alter table llx_user_rights add rowid integer AUTO_INCREMENT PRIMARY KEY;
|
|||||||
alter table llx_facture add fk_cond_reglement integer DEFAULT 1 NOT NULL;
|
alter table llx_facture add fk_cond_reglement integer DEFAULT 1 NOT NULL;
|
||||||
alter table llx_facture add fk_mode_reglement integer after fk_cond_reglement ;
|
alter table llx_facture add fk_mode_reglement integer after fk_cond_reglement ;
|
||||||
|
|
||||||
|
alter table llx_facture add rang integer DEFAULT 0 NOT NULL;
|
||||||
|
|
||||||
alter table llx_cond_reglement add code varchar(16) after rowid;
|
alter table llx_cond_reglement add code varchar(16) after rowid;
|
||||||
|
|
||||||
alter table llx_socpeople add cp varchar(25) after address;
|
alter table llx_socpeople add cp varchar(25) after address;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user