Initialize the database with segments

I expect these to rarely change.
This commit is contained in:
gg 2023-07-18 22:52:27 -07:00
parent c7a8d26186
commit 22d747194f
1 changed files with 8 additions and 0 deletions

8
sql/00.init.sql Normal file
View File

@ -0,0 +1,8 @@
INSERT INTO segment (id, n, title)
VALUES (1, "Morning", "ウェザーニュースLiVE・モーニング"),
(2, "Sunshine", "ウェザーニュースLiVE・サンシャイン"),
(3, "Coffee Time", "ウェザーニュースLiVE・コーヒータイム"),
(4, "Afternoon", "ウェザーニュースLiVE・アフタヌーン"),
(5, "Evening", "ウェザーニュースLiVE・イブニング"),
(6, "Moon", "ウェザーニュースLiVE・ムーン "),
(7, "_", "ウェザーニュースLiVE");