This file is indexed.

/usr/share/gforge/db/20021215.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
--
--	Convert downloads numbers to new format for RTS's patch
--
--BEGIN;
UPDATE frs_dlstats_file SET MONTH=('2002'::text || month::text)::int WHERE month<2000;
--COMMIT;