Suppression champ obsolete

This commit is contained in:
Laurent Destailleur 2007-07-30 23:55:10 +00:00
parent 4dfde355f0
commit b203600997
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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,