diff --git a/docs/upgrades/upgrade_5.9.9-6.0.0.sql b/docs/upgrades/upgrade_5.9.9-6.0.0.sql index a2fb90afb..cd0fb565f 100644 --- a/docs/upgrades/upgrade_5.9.9-6.0.0.sql +++ b/docs/upgrades/upgrade_5.9.9-6.0.0.sql @@ -477,10 +477,10 @@ INSERT INTO Navigation VALUES (8,'rootmenu',1,'daughters','root',-1,3,0,0,0,0); INSERT INTO Navigation VALUES (9,'SpecificDropMenu',3,'descendants','home',-1,4,0,0,0,0); INSERT INTO Navigation VALUES (10,'SpecificSubMenuVertical',3,'descendants','home',-1,1,0,0,0,0); INSERT INTO Navigation VALUES (11,'SpecificSubMenuHorizontal',1,'descendants','home',-1,3,0,0,0,0); -INSERT INTO Navigation VALUES (1026,'TopDropMenu',0,'self_and_sisters','top',-1,4,0,0,0,0); INSERT INTO Navigation VALUES (12,'TopLevelMenuVertical',0,'self_and_sisters','top',-1,1,0,0,0,0); INSERT INTO Navigation VALUES (13,'TopLevelMenuHorizontal',0,'self_and_sisters','top',-1,3,0,0,0,0); INSERT INTO Navigation VALUES (14,'RootTab',99,'daughters','root',-1,5,0,0,0,0); +INSERT INTO Navigation VALUES (15,'TopDropMenu',0,'self_and_sisters','top',-1,4,0,0,0,0); INSERT INTO international VALUES (2,'Navigation',1,'root level (/home)',1077078325,'Option of \"Start traversing at\"'); INSERT INTO international VALUES (19,'Navigation',1,'Copy this Navigation.',1077080062,''); INSERT INTO international VALUES (13,'Navigation',1,'childless descendants',1077079109,'Option on question \"return a loop with\".');