This file is indexed.

/usr/share/gforge/db/20090507-add_element_pos.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
4
5
6
7
--
-- Add element_pos column in artifact_extra_field_elements
-- for AC_FD0424
-- 
-- Roger Guignard May-2008
--
ALTER TABLE "artifact_extra_field_elements" ADD COLUMN "element_pos" integer;