mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
11 lines
334 B
MySQL
11 lines
334 B
MySQL
|
ALTER TABLE {$NAMESPACE}_differential.differential_diff
|
||
|
DROP COLUMN arcanistProjectPHID;
|
||
|
|
||
|
ALTER TABLE {$NAMESPACE}_differential.differential_revision
|
||
|
DROP COLUMN arcanistProjectPHID;
|
||
|
|
||
|
ALTER TABLE {$NAMESPACE}_releeph.releeph_project
|
||
|
DROP COLUMN arcanistProjectID;
|
||
|
|
||
|
DROP TABLE {$NAMESPACE}_repository.repository_arcanistproject;
|