update db changelog
This commit is contained in:
@@ -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))
|
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
|
added trigger cacheRatingBeforeInsert
|
||||||
2012-08-27 9bc361c3 changed trigger cacheRatingBeforeInsert
|
2012-08-27 9bc361c3 changed trigger cacheRatingBeforeInsert
|
||||||
2012-11-04 d6ae786 - new table cache_waypoint_pool
|
2012-11-04 d6ae7868 - new table cache_waypoint_pool
|
||||||
- new stored functions WPTODEC() and DECTOWP()
|
- 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'
|
||||||
|
|||||||
Reference in New Issue
Block a user