Suppression champ obsolete
This commit is contained in:
parent
4dfde355f0
commit
b203600997
@ -26,6 +26,8 @@ alter table llx_bank_url modify `type` enum("?","company","payment","payment_sup
|
||||
insert into llx_rights_def (id, libelle, module, type, bydefault, subperms, perms) values (114,'Rapprocher transactions','banque','w',0,null,'consolidate');
|
||||
update llx_rights_def set libelle='Créer/modifier/supprimer écriture bancaire' where perms='modifier' AND module='banque';
|
||||
|
||||
-- Supprime colone en doublon avec fk_user_creat
|
||||
alter table llx_paiement drop column author;
|
||||
|
||||
update llx_actioncomm set fk_action = 9 where fk_action = 10;
|
||||
|
||||
|
||||
@ -32,7 +32,6 @@ create table llx_paiement
|
||||
tms timestamp,
|
||||
datep datetime, -- payment date
|
||||
amount real DEFAULT 0,
|
||||
author varchar(50),
|
||||
fk_paiement integer NOT NULL,
|
||||
num_paiement varchar(50),
|
||||
note text,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user