This file is indexed.

/usr/share/gforge/db/20050212.sql is in gforge-db-postgresql 5.3.2+20141104-3+deb8u3.

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

The actual contents of the file can be viewed below.

1
2
3
4
5
create table artifact_type_monitor (
group_artifact_id int not null REFERENCES artifact_group_list(group_artifact_id) ON DELETE CASCADE,
user_id int not null REFERENCES users(user_id),
PRIMARY KEY (group_artifact_id,user_id)
);