You've already forked oncall
mirror of
https://github.com/linkedin/oncall.git
synced 2025-11-30 23:44:59 +02:00
Document everything
This commit is contained in:
committed by
Qingping Hou
parent
9777768235
commit
6558d1f388
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user