From fc7348b2b40a2c11ee17329f22249578b3ca718a Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Wed, 22 Mar 2023 09:42:24 -0400 Subject: [PATCH] Update 'albums' --- albums.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/albums.md b/albums.md index 723ef71..366b3a7 100644 --- a/albums.md +++ b/albums.md @@ -1,4 +1,4 @@ -The `artists` table holds information for artist playlists. The `artists_view` joins the `artists` table with the [[playlist_properties]] table so the application can use one query to access all the relevant state for each artist. +The `albums` table holds information for album playlists. The `albums_view` joins the `albums` table with the [[playlist_properties]] table so the application can use one query to access all the relevant state for each album. ### Columns | Name | Type | Description |