diff --git a/db_structure.xml b/db_structure.xml index b1242171127..99541a4f901 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -1541,8 +1541,7 @@ true 64 - + + + comments_actor_index + false + + actor_type + ascending + + + actor_id + ascending + + @@ -1626,6 +1633,36 @@ 64 + + comments_marker_object_index + false + + object_type + ascending + + + object_id + ascending + + + + + comments_marker_index + true + + user_id + descending + + + object_type + ascending + + + object_id + ascending + + + diff --git a/version.php b/version.php index 4ae94717c3d..d7b80142144 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ // We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = array(9, 0, 0, 13); +$OC_Version = array(9, 0, 0, 15); // The human readable string $OC_VersionString = '9.0.0 beta 2';