[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/resources/sql/patches/ -> 008.repoopt.sql (source)

   1  ALTER TABLE {$NAMESPACE}_repository.repository_filesystem DROP PRIMARY KEY;
   2  ALTER TABLE {$NAMESPACE}_repository.repository_filesystem
   3    DROP KEY repositoryID_2;
   4  ALTER TABLE {$NAMESPACE}_repository.repository_filesystem
   5    ADD PRIMARY KEY (repositoryID, parentID, pathID, svnCommit);


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1