Skip to content
Snippets Groups Projects
Commit f239ec2a authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #986 from FHenry/3.4

Fix [ bug #911 ] Reorder intervention do not work
parents 15402b92 55775605
No related branches found
No related tags found
No related merge requests found
......@@ -378,4 +378,7 @@ ALTER TABLE llx_facture_fourn_extrafields ADD INDEX idx_facture_fourn_extrafield
ALTER TABLE llx_user_clicktodial ADD COLUMN url varchar(255) AFTER fk_user;
ALTER TABLE llx_fichinterdet ADD COLUMN fk_parent_line integer NULL AFTER fk_fichinter;
ALTER TABLE llx_societe_address CHANGE COLUMN tel phone varchar(20);
......@@ -21,6 +21,7 @@ create table llx_fichinterdet
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_fichinter integer,
fk_parent_line integer NULL,
date datetime, -- date de la ligne d'intervention
description text, -- description de la ligne d'intervention
duree integer, -- duree de la ligne d'intervention
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment