This file is indexed.

/usr/share/gforge/db/20060214.sql is in gforge-db-postgresql 5.1.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
DELETE from artifact_extra_field_data where extra_field_id NOT IN 
(select aefl.extra_field_id FROM artifact_extra_field_list aefl, artifact a 
WHERE a.group_artifact_id=aefl.group_artifact_id and a.artifact_id=artifact_extra_field_data.artifact_id);