Add a simple select on schedule_joined

This commit is contained in:
gg 2023-07-28 21:07:54 -07:00
parent d3e05dd942
commit db23336fb4
1 changed files with 3 additions and 0 deletions

View File

@ -43,3 +43,6 @@ SELECT * FROM caster;
-- list of all segments
SELECT * FROM segment;
-- list the historical schedule using schedule_joined
SELECT * FROM schedule_joined;