This file is indexed.

/usr/share/gforge/db/20110414-move-news-forums-to-own-project.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
UPDATE forum_group_list SET group_id=(SELECT MIN(nb.group_id) FROM news_bytes nb WHERE forum_group_list.group_forum_id=nb.forum_id) WHERE group_forum_id IN (SELECT forum_id FROM news_bytes);