mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
dd076a813f
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
2 lines
67 B
SQL
2 lines
67 B
SQL
ALTER TABLE `{$NAMESPACE}_chatlog`.`chatlog_event`
|
|
DROP channel;
|