[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 ALTER TABLE {$NAMESPACE}_repository.repository_commit 2 ADD COLUMN importStatus INT UNSIGNED NOT NULL COLLATE utf8_bin; 3 4 UPDATE {$NAMESPACE}_repository.repository_commit 5 SET importStatus = 15; 6 7 ALTER TABLE {$NAMESPACE}_repository.repository_commit 8 ADD KEY (repositoryID, importStatus);
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 |