okapi r590

This commit is contained in:
following
2013-03-29 02:51:53 +01:00
parent 881c3664c1
commit f89c8b6fd9
4 changed files with 5 additions and 6 deletions

View File

@ -650,4 +650,5 @@ class View
private static function ver80() { Db::execute("alter table okapi_search_sets add column date_created datetime not null"); }
private static function ver81() { Db::execute("alter table okapi_search_sets add column expires datetime not null"); }
private static function ver82() { CronJobController::reset_job_schedule("FulldumpGeneratorJob"); }
private static function ver83() { Db::execute("alter table okapi_stats_temp engine=InnoDB"); }
}