From 50e00916ce1d4536acc2268161135a588fb0c12f Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 19 Mar 2013 20:32:44 +0100 Subject: added namespaced indices for the newsapp --- appinfo/database.xml | 14 +++++++------- appinfo/version | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'appinfo') diff --git a/appinfo/database.xml b/appinfo/database.xml index 1b8bb93dd..9a24e0582 100644 --- a/appinfo/database.xml +++ b/appinfo/database.xml @@ -40,14 +40,14 @@ - parent_id_index + news_folders_parent_id_index parent_id - user_id_index + news_folders_user_id_index user_id @@ -115,21 +115,21 @@ - user_id_index + news_feeds_user_id_index user_id - folder_id_index + news_feeds_folder_id_index folder_id - url_hash_index + news_feeds_url_hash_index url_hash @@ -204,14 +204,14 @@ - feed_id_index + news_items_feed_id_index feed_id - item_guid + news_items_item_guid guid_hash diff --git a/appinfo/version b/appinfo/version index 120096f1f..b293f64d6 100644 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -7.7 \ No newline at end of file +8.0 \ No newline at end of file -- cgit v1.2.3