update db changelog

This commit is contained in:
following
2013-02-12 19:03:03 +01:00
parent 8bf245fe11
commit 90d259d6ee
+5 -2
View File
@@ -20,5 +20,8 @@ date commit ID change
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
2012-08-27 9bc361c3 changed trigger cacheRatingBeforeInsert
2012-11-04 d6ae786 - new table cache_waypoint_pool
- new stored functions WPTODEC() and DECTOWP()
2012-11-04 d6ae7868 - new table cache_waypoint_pool
- new stored functions WPTODEC() and DECTOWP()
2012-11-17 39a25f99 removed cache_waypoint_pool.cache_id and index cache_id
added cache_waypoint_pool.uuid and index uuid
changed caches.wp_oc to 'NOT NULL'