1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-11-30 23:44:59 +02:00

Document everything

This commit is contained in:
Daniel Wang
2017-05-19 18:07:35 -07:00
committed by Qingping Hou
parent 9777768235
commit 6558d1f388
28 changed files with 1406 additions and 56 deletions

View File

@@ -137,7 +137,7 @@ CREATE TABLE IF NOT EXISTS `schedule` (
ON UPDATE CASCADE);
-- -----------------------------------------------------
-- Table `schedule_events`
-- Table `schedule_event`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `schedule_event` (
`id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,