mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
5 lines
279 B
SQL
5 lines
279 B
SQL
ALTER TABLE phabricator_repository.repository_filesystem DROP PRIMARY KEY;
|
|
ALTER TABLE phabricator_repository.repository_filesystem
|
|
DROP KEY repositoryID_2;
|
|
ALTER TABLE phabricator_repository.repository_filesystem
|
|
ADD PRIMARY KEY (repositoryID, parentID, pathID, svnCommit);
|