From 8e17d42e91efaf14bfe0639708d2e35f92b01074 Mon Sep 17 00:00:00 2001 From: Christopher Usher Date: Thu, 7 Nov 2024 20:19:06 -0800 Subject: [PATCH] Update comments in schema --- postgres/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/schema.sql b/postgres/schema.sql index 7e12b7d..f25ae0f 100644 --- a/postgres/schema.sql +++ b/postgres/schema.sql @@ -167,7 +167,7 @@ CREATE TABLE playlists ( -- be determined. -- The odometer column is in miles. The game shows the odometer to the 1/10th mile precision. -- The clock is in minutes since 00:00, in 12h time. --- The time of day is one of "day", "dusk", "night", or "dawn" +-- The time of day is one of "day", "dusk", "night", "dawn" or "score" -- The segment may be NULL, which indicates a manually-inserted value. -- The primary key serves two purposes: -- It provides an index on channel, followed by a range index on timestamp