Update 'decades'

Anna Schumaker 2023-05-10 13:27:15 -04:00
parent 4205fd6fa5
commit 6993fcadc7
1 changed files with 10 additions and 6 deletions

@ -15,9 +15,13 @@ 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 decade |
| 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 |
| [loop](playlist_properties) | The loop state of this decade |
| [shuffle](playlist_properties) | The shuffle state of this decade |
| [sort_order](playlist_properties) | The sort order of this decade |
| [current_trackid](playlist_properties) | The current trackid of this decade |