1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00
phorge-phorge/resources/sql/patches/20130214.chatlogchannelid.sql
Afaque Hussain 73991bb262 Added channel ID to events
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
2013-02-14 12:27:18 -08:00

2 lines
92 B
SQL

ALTER TABLE `{$NAMESPACE}_chatlog`.`chatlog_event`
ADD `channelID` INT UNSIGNED NOT NULL;