1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-11-29 23:38:17 +02:00

add note to event

This commit is contained in:
Qingping Hou
2017-06-29 11:31:23 -07:00
committed by Daniel Wang
parent 747edb583e
commit a47ed21c4d
8 changed files with 84 additions and 19 deletions

View File

@@ -189,7 +189,7 @@ CREATE TABLE IF NOT EXISTS `event` (
-- seconds since epoch (unix timestamp)
`start` BIGINT(20) NOT NULL,
`end` BIGINT(20) NOT NULL,
`note` TEXT,
PRIMARY KEY (`id`),
INDEX `event_role_id_fk_idx` (`role_id` ASC),
INDEX `event_user_id_fk_idx` (`user_id` ASC),