Update 'decades'

Anna Schumaker 2023-03-22 16:12:22 -04:00
parent b225cec05e
commit 569637fa4c
1 changed files with 6 additions and 6 deletions

@ -15,9 +15,9 @@ The `decades` table holds information for decade playlists.
### The `decades_view`
The `decades_view` joins the `decades` table with the [[playlist_properties]] table so the application can use one query to access all the relevant state for each decade.
| Column | Description |
| --------------------------------- | ------------------------------------------------------- |
| decade | The decade |
| [propertyid](playlist_properties) | The rowid of the [[playlist_properties]] for this genre |
| name | The decade formatted as a string |
| [active](playlist_properties) | The active state of this decade |
| Column | Description |
| --------------------------------- | -------------------------------------------------------- |
| decade | The decade |
| [propertyid](playlist_properties) | The rowid of the [[playlist_properties]] for this decade |
| name | The decade formatted as a string |
| [active](playlist_properties) | The active state of this decade |