mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
73991bb262
Summary: Added a column channelID column to phabricator_chatlog.chatlog_event Test Plan: Checked through mysql to see if table is updated Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4956
2 lines
92 B
SQL
2 lines
92 B
SQL
ALTER TABLE `{$NAMESPACE}_chatlog`.`chatlog_event`
|
|
ADD `channelID` INT UNSIGNED NOT NULL;
|