FIX Can relaunch install on v8

This commit is contained in:
Laurent Destailleur 2018-12-08 11:51:01 +01:00
parent eaa7fe5d14
commit 9ed34e2b35

View File

@ -219,6 +219,8 @@ UPDATE llx_societe_rib set type = 'ban' where type = '' OR type IS NULL;
-- VPGSQL8.2 ALTER TABLE llx_societe_rib ALTER COLUMN type SET NOT NULL; -- VPGSQL8.2 ALTER TABLE llx_societe_rib ALTER COLUMN type SET NOT NULL;
ALTER TABLE llx_ticket_msg DROP FOREIGN KEY fk_ticket_msg_fk_track_id;
-- Module ticket -- Module ticket
CREATE TABLE llx_ticket CREATE TABLE llx_ticket
( (