Skip to content

Commit

Permalink
Fix: Avoid duplicate of old lines
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jun 30, 2013
1 parent f12680e commit 1c80f35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions htdocs/install/mysql/migration/3.4.0-3.5.0.sql
Expand Up @@ -67,3 +67,7 @@ DROP table llx_adherent_options;
DROP table llx_adherent_options_label;

ALTER TABLE llx_user ADD accountancy_code VARCHAR( 24 ) NULL;

DELETE FROM llx_boxes_def where file='box_activity.php' AND note IS NULL;


0 comments on commit 1c80f35

Please sign in to comment.