Fix: Correct old corrupted data

This commit is contained in:
Laurent Destailleur 2009-06-17 17:52:06 +00:00
parent a869197185
commit 10d03db0b6

View File

@ -16,6 +16,8 @@ create table llx_import_model
field text NOT NULL
)type=innodb;
update llx_bank_url set type='banktransfert' where type='?' and label='(banktransfert)';
ALTER TABLE llx_import_model ADD UNIQUE INDEX uk_import_model (label,type);
delete from llx_const where name = 'FACTURE_ENABLE_RECUR';