dolibarr-bugtrack
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-bugtrack] [bug #32830] Champs manquant dans llx_const, migrati


From: Sonntag
Subject: [Dolibarr-bugtrack] [bug #32830] Champs manquant dans llx_const, migration depuis 2.2.0
Date: Thu, 19 May 2011 13:21:14 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

Follow-up Comment #4, bug #32830 (project dolibarr):

J'ai donc effectué les modifications suivantes pour la migration de 2.2 à
2.4 (et cela a marché) : 

ALTER TABLE llx_element_elementADD UNIQUE INDEX idx_element_element_idx1
(sourceid, sourcetype, targetid, targettype);

here : a SPACE is missing before the ADD, which break the upgrade

in 2.2.0-2.4.0.sql :

AFTER :

alter table llx_document_model modify type varchar(20) NOT NULL;

I ADDED :

ALTER TABLE llx_document_model ADD entity INT DEFAULT 1 NOT NULL;
ALTER TABLE llx_document_model ADD INDEX (entity);




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?32830>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]