mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Fix: A fix to have new version of code able to run old migrate process
This commit is contained in:
@@ -110,3 +110,6 @@ INSERT INTO llx_expedition_methode (rowid,code,libelle,description,active) VALUE
|
||||
INSERT INTO llx_expedition_methode (rowid,code,libelle,description,active) VALUES (2,'TRANS','Transporter','Generic transporter',1);
|
||||
INSERT INTO llx_expedition_methode (rowid,code,libelle,description,active) VALUES (3,'COLSUI','Colissimo Suivi','Colissimo Suivi',0);
|
||||
|
||||
|
||||
-- Not used. Just to be compatible with upgrade process of higher versions
|
||||
alter table llx_const add column entity integer DEFAULT 1 NOT NULL;
|
||||
|
||||
Reference in New Issue
Block a user