From 62dae6011db94dd52c3ac0fce517c6e9cc0abcf6 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 10 Oct 2025 17:07:45 -0400 Subject: pke-at: first-pass storage interface --- src/sql/setlist_song_get.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/sql/setlist_song_get.sql (limited to 'src/sql/setlist_song_get.sql') diff --git a/src/sql/setlist_song_get.sql b/src/sql/setlist_song_get.sql new file mode 100644 index 0000000..1278ff7 --- /dev/null +++ b/src/sql/setlist_song_get.sql @@ -0,0 +1 @@ +SELECT setlist_uuid,song_uuid FROM [at_setlist_song] -- cgit v1.2.3