Fix [ bug #911 ] Reorder intervention do not work
This commit is contained in:
parent
8656a9f417
commit
c61f7b6390
@ -376,3 +376,5 @@ create table llx_facture_fourn_extrafields
|
||||
ALTER TABLE llx_facture_fourn_extrafields ADD INDEX idx_facture_fourn_extrafields (fk_object);
|
||||
|
||||
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;
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user