OKAPI Project update (r495).

This commit is contained in:
Wojciech Rygielski
2012-11-10 11:29:13 +01:00
parent 797fa10e83
commit 538bef501a
20 changed files with 342 additions and 108 deletions

View File

@ -621,4 +621,5 @@ class View
private static function ver73() { Db::execute("update okapi_cache set score=1, expires=date_add(now(), interval 360 day) where `key` like 'tile/%'"); }
private static function ver74() { Db::execute("update okapi_cache set score=1, expires=date_add(now(), interval 360 day) where `key` like 'tilecaption/%'"); }
private static function ver75() { Db::execute("alter table okapi_cache modify column score float default null"); }
private static function ver76() { Db::execute("update okapi_cache set expires=date_add(now(), interval 100 year) where `key` like 'clog#geocache#%'"); }
}