From 38dbaa3d0785174c1dccf686449206979cd26197 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 24 Jan 2022 14:12:27 +0100 Subject: [PATCH] Doc --- htdocs/install/mysql/migration/15.0.0-16.0.0.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/install/mysql/migration/15.0.0-16.0.0.sql b/htdocs/install/mysql/migration/15.0.0-16.0.0.sql index 4ee300998ea..1ef84b065b9 100644 --- a/htdocs/install/mysql/migration/15.0.0-16.0.0.sql +++ b/htdocs/install/mysql/migration/15.0.0-16.0.0.sql @@ -38,6 +38,4 @@ UPDATE llx_rights_def SET perms = 'writeall' WHERE perms = 'writeall_advance' AN -- v16 - --- Missing in v14 or lower ALTER TABLE llx_projet_task_time ADD COLUMN fk_product integer NULL;