Fix: Avoid duplicate of old lines
This commit is contained in:
parent
f12680e7c4
commit
1c80f35080
@ -67,3 +67,7 @@ DROP table llx_adherent_options;
|
|||||||
DROP table llx_adherent_options_label;
|
DROP table llx_adherent_options_label;
|
||||||
|
|
||||||
ALTER TABLE llx_user ADD accountancy_code VARCHAR( 24 ) NULL;
|
ALTER TABLE llx_user ADD accountancy_code VARCHAR( 24 ) NULL;
|
||||||
|
|
||||||
|
DELETE FROM llx_boxes_def where file='box_activity.php' AND note IS NULL;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user