public static function update_required()
 {
     $updater = new self();
     return $updater->is_version_in_db_less_than(self::SCHEMA_VERSION);
 }