[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/resources/sql/patches/ -> 20130403.conpherencecache.sql (source)

   1  ALTER TABLE {$NAMESPACE}_conpherence.conpherence_thread
   2    ADD recentParticipantPHIDs LONGTEXT NOT NULL COLLATE utf8_bin AFTER title,
   3    ADD messageCount BIGINT UNSIGNED NOT NULL AFTER title;
   4  
   5  ALTER TABLE {$NAMESPACE}_conpherence.conpherence_participant
   6    ADD seenMessageCount BIGINT UNSIGNED NOT NULL AFTER behindTransactionPHID;


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