This file is indexed.

/usr/share/gforge/db/20021223-1-drops.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
 8
 9
10
11
12
13
ALTER TABLE project_task DROP CONSTRAINT "project_task_group_project_id_f" RESTRICT;
DROP TABLE project_category;
DROP SEQUENCE project_categor_category_id_seq;
DROP VIEW project_task_vw;
DROP TABLE project_task_artifact;
DROP TABLE project_group_forum;
DROP TABLE project_group_doccat;
DROP VIEW project_depend_vw;
DROP VIEW project_dependon_vw;
DROP VIEW project_history_user_vw;
DROP VIEW project_message_user_vw;
DROP TRIGGER projtask_update_depend_trig ON project_task;
DROP TRIGGER projtask_insert_depend_trig ON project_task;