hide inactive new caches on all-but-Germany page (newcachesrest)

This commit is contained in:
following
2012-08-25 01:56:20 +02:00
parent c32a4b06ff
commit 583a024e94
4 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ date commit ID change
- add and initialize cache_logs(_archived).okapi_syncbase
See installation instructions at http://code.google.com/p/opencaching-api
2012-08-24 added cache_rating.rating_date and index 'date'; must be initialized by:
2012-08-24 c32a4b06f added cache_rating.rating_date and index 'date'; must be initialized by:
UPDATE cache_rating SET rating_date = (SELECT MIN(`date`) FROM cache_logs WHERE cache_logs.cache_id=cache_rating.cache_id AND cache_logs.user_id=cache_rating.user_id AND cache_logs.type IN (1,7))
added trigger cacheRatingBeforeInsert