From b3ac81f1344634da3027e34000c20b8e13dcad49 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 26 Feb 2016 01:02:22 +0100 Subject: [PATCH] exchange user_id_key for a unique one. --- db_structure.xml | 28 +++++++++++++++++----------- version.php | 2 +- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/db_structure.xml b/db_structure.xml index acdd2a5a57..99541a4f90 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -1575,7 +1575,6 @@ creation_timestamp descending - @@ -1634,15 +1633,6 @@ 64 - - comments_marker_user_id_index - false - - user_id - descending - - - comments_marker_object_index false @@ -1654,7 +1644,23 @@ 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 1113196ce3..d7b8014214 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, 14); +$OC_Version = array(9, 0, 0, 15); // The human readable string $OC_VersionString = '9.0.0 beta 2';