mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-01 15:08:14 +02: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);
|