mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
ac9182af58
Summary: Ref T1191. Notes: - Drops the project affiliation table. This is a very old membership table which was migrated to edges. - Drops the subproject table. This is a very old table for a removed feature. Test Plan: - Grepped for dropped tables. - Saw ~100 fewer setup issues. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T1191 Differential Revision: https://secure.phabricator.com/D10581
1 line
53 B
SQL
1 line
53 B
SQL
DROP TABLE {$NAMESPACE}_project.project_affiliation;
|