mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 03:12:35 +01:00
Fix: Correct bad old data
This commit is contained in:
@@ -319,3 +319,5 @@ ALTER TABLE llx_boxes_def DROP INDEX uk_boxes_def;
|
||||
ALTER TABLE llx_boxes_def MODIFY note varchar(255);
|
||||
ALTER TABLE llx_boxes_def ADD UNIQUE INDEX uk_boxes_def (file, entity, note);
|
||||
|
||||
-- Fix bad old data
|
||||
UPDATE llx_bank_url SET type='payment' WHERE type='?' AND label='(payment)' AND url LIKE '%compta/paiement/fiche.php%'
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
-- To change type of field: ALTER TABLE llx_table MODIFY name varchar(60);
|
||||
--
|
||||
|
||||
-- Fix bad old data
|
||||
UPDATE llx_bank_url SET type='payment' WHERE type='?' AND label='(payment)' AND url LIKE '%compta/paiement/fiche.php%'
|
||||
|
||||
-- Add recuperableonly field
|
||||
alter table llx_product add column recuperableonly integer NOT NULL DEFAULT '0' after tva_tx;
|
||||
alter table llx_product_price add column recuperableonly integer NOT NULL DEFAULT '0' after tva_tx;
|
||||
|
||||
Reference in New Issue
Block a user