You've already forked oncall
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:
committed by
Daniel Wang
parent
747edb583e
commit
a47ed21c4d
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user