Skip to content

Commit

Permalink
Merge pull request #367 from simnandez/develop
Browse files Browse the repository at this point in the history
Fix: Bad assignation of const for pdf delivery module name
  • Loading branch information
hregis committed Sep 1, 2012
2 parents 7ff475c + 44a3db8 commit 6f8b63f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/install/mysql/migration/repair.sql
Expand Up @@ -51,6 +51,8 @@ UPDATE llx_product SET canvas = NULL where canvas = 'default@product';

DELETE FROM llx_boxes where box_id NOT IN (SELECT rowid FROM llx_boxes_def);

DELETE FROM llx_document_model WHERE nom ='elevement' AND type='delivery';

-- VMYSQL4.1 DELETE T1 FROM llx_boxes_def as T1, llx_boxes_def as T2 where T1.entity = T2.entity AND T1.file = T2.file AND T1.note = T2.note and T1.rowid > T2.rowid
-- VPGSQL8.2 DELETE FROM llx_boxes_def as T1 WHERE rowid NOT IN (SELECT min(rowid) FROM llx_boxes_def GROUP BY file, entity, note)

Expand Down

0 comments on commit 6f8b63f

Please sign in to comment.