Fix: Avoid duplicate of old lines

This commit is contained in:
Laurent Destailleur
2013-06-30 22:19:36 +02:00
parent f12680e7c4
commit 1c80f35080

View File

@@ -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;