From c63224d526b16fb9aca1aef4ff6e1cd36155bad8 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Wed, 22 Mar 2023 15:03:19 -0400 Subject: [PATCH] Update 'albums' --- albums.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/albums.md b/albums.md index 2c8b9bd..0a8e951 100644 --- a/albums.md +++ b/albums.md @@ -20,9 +20,10 @@ The `albums` table holds information for album playlists. ### 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 | +| albumid | The albumid of this album | | [propertyid](playlist_properties) | The rowid of the [[playlist_properties]] for this album | | name | The name of this album | | mbid | The MusicBrainz ID of this album |