Page MenuHomePhabricator

Log welcome events to mysql table
Closed, ResolvedPublic4 Story Points

Assigned To
Authored By
stwalkerster
Feb 1 2018, 10:44 PM
Tags
Referenced Files
None
Subscribers

Description

new table
CREATE TABLE welcomelog (
  id INT(11) NOT NULL PRIMARY KEY AUTO_INCREMENT,
  nuh VARCHAR(255) NOT NULL,
  channel INT(11) NOT NULL,
  ts TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP()
) ENGINE=InnoDB;

Event Timeline

stwalkerster created this task.
stwalkerster set the point value for this task to 4.Feb 2 2018, 11:25 AM
stwalkerster updated the task description. (Show Details)