This file is indexed.

/usr/share/gforge/db/20101024-docman-createonline.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
ALTER TABLE GROUPS ADD COLUMN use_docman_create_online INT;
ALTER TABLE GROUPS ALTER COLUMN use_docman_create_online SET DEFAULT 0;
UPDATE GROUPS SET use_docman_create_online = 0;