Update 3.6.0-3.7.0.sql

update url in llx_bank_url for remplacement of fiche.php by card.php
Need to made it on 3.7 branch urgently
This commit is contained in:
BENKE Charles 2015-02-04 00:45:52 +01:00
parent 6d751ad63b
commit 79818e8693

View File

@ -1155,3 +1155,5 @@ ALTER TABLE llx_resource MODIFY COLUMN entity integer DEFAULT 1 NOT NULL;
-- This request make mysql drop (mysql bug, so we add it at end):
ALTER TABLE llx_product ADD CONSTRAINT fk_product_barcode_type FOREIGN KEY (fk_barcode_type) REFERENCES llx_c_barcode_type(rowid);
-- this update change the old formated url on llx_bank_url
UPDATE llx_bank_url set url = replace( url, 'fiche.php', 'card.php');