[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/resources/sql/patches/ -> 20131026.commitstatus.sql (source)

   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);


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