private function run_db_update()
 {
     if (is_admin()) {
         WPML_Package_Translation_Schema::run_update();
     }
 }