From 60f76ec0692e7f19121e16a342fd96c8cedc2e5c Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Wed, 22 Mar 2023 14:50:21 -0400 Subject: [PATCH] Update 'albums' --- albums.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/albums.md b/albums.md index 366b3a7..2c8b9bd 100644 --- a/albums.md +++ b/albums.md @@ -1,4 +1,4 @@ -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. +The `albums` table holds information for album playlists. ### Columns | Name | Type | Description | @@ -19,6 +19,7 @@ The `albums` table holds information for album playlists. The `albums_view` join | albums_delete_trigger | After delete | Delete this albums's entry in the [[playlist_properties]] table | ### The `albums_view` +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. | Column | Description | | --------------------------------- | ------------------------------------------------------- | | albumid | The albumid of this artist |