Skip to content
Snippets Groups Projects
Commit 94bf105b authored by Charles Benke's avatar Charles Benke Committed by Laurent Destailleur
Browse files

Update llx_projet_task.sql

new field "ref" present on update sql but not on the table
parent 3bb4de3e
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
create table llx_projet_task create table llx_projet_task
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,
ref varchar(50),
fk_projet integer NOT NULL, fk_projet integer NOT NULL,
fk_task_parent integer DEFAULT 0 NOT NULL, fk_task_parent integer DEFAULT 0 NOT NULL,
datec datetime, -- date creation datec datetime, -- date creation
......
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