SQL patch to drop channel field.

Summary: Deleted the channel field and added a sql patch to drop the channel field.

Test Plan: I have messed up my local mysql:P, hence by storage upgrade is failing. Anyways, The chatlog_event table shouldn't contain the channel column now.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5011
This commit is contained in:
Afaque Hussain
2013-02-22 07:29:25 -08:00
committed by epriestley
parent 3b2aed16c9
commit dd076a813f
3 changed files with 8 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `{$NAMESPACE}_chatlog`.`chatlog_event`
DROP channel;