diff --git a/db_structure.xml b/db_structure.xml index b124217112..acdd2a5a57 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 +1634,29 @@ 64 + + comments_marker_user_id_index + false + + user_id + descending + + + + + comments_marker_object_index + false + + object_type + ascending + + + object_id + ascending + + + + diff --git a/version.php b/version.php index 4ae94717c3..1113196ce3 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, 14); // The human readable string $OC_VersionString = '9.0.0 beta 2';