Index: branches/5.2.x/core/units/structure/structure_config.php =================================================================== diff -u -N -r14726 -r14856 --- branches/5.2.x/core/units/structure/structure_config.php (.../structure_config.php) (revision 14726) +++ branches/5.2.x/core/units/structure/structure_config.php (.../structure_config.php) (revision 14856) @@ -1,6 +1,6 @@ 'SELECT %1$s.* %2$s FROM %1$s', ), - 'SubItems' => Array('content'), + 'SubItems' => Array('content', 'page-revision'), 'ListSortings' => Array( '' => Array( @@ -205,6 +205,7 @@ ), 'PageCacheKey' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'PageExpiration' => Array ('type' => 'int', 'default' => NULL), + 'LiveRevisionNumber' => Array ('type' => 'int', 'not_null' => 1, 'default' => 1), 'DirectLinkEnabled' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Yes', 0 => 'la_No'), 'use_phrases' => 1,