This file is indexed.

/usr/share/doc/papercut/phorum_pgsql_fix.sql is in papercut 0.9.13-7.

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

The actual contents of the file can be viewed below.

1
2
ALTER TABLE forums ADD nntp_group_name VARCHAR(30);
ALTER TABLE forums ADD UNIQUE (nntp_group_name);