Fix: Correct old corrupted data
This commit is contained in:
parent
a869197185
commit
10d03db0b6
@ -16,6 +16,8 @@ create table llx_import_model
|
|||||||
field text NOT NULL
|
field text NOT NULL
|
||||||
)type=innodb;
|
)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);
|
ALTER TABLE llx_import_model ADD UNIQUE INDEX uk_import_model (label,type);
|
||||||
|
|
||||||
delete from llx_const where name = 'FACTURE_ENABLE_RECUR';
|
delete from llx_const where name = 'FACTURE_ENABLE_RECUR';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user