[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 ALTER TABLE {$NAMESPACE}_repository.repository_commit 2 ADD mailKey VARCHAR(20) NOT NULL; 3 4 ALTER TABLE {$NAMESPACE}_repository.repository_commit 5 ADD authorPHID VARCHAR(64) BINARY; 6 7 ALTER TABLE {$NAMESPACE}_repository.repository_commit 8 ADD auditStatus INT UNSIGNED NOT NULL; 9 10 ALTER TABLE {$NAMESPACE}_repository.repository_commit 11 ADD KEY (authorPHID, auditStatus, epoch);
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |