Update 'decades'

Anna Schumaker 2023-05-10 17:01:32 -04:00
parent b00f4c557c
commit 4346d4fbce

@ -24,4 +24,11 @@ The `decades_view` joins the `decades` table with the [[playlist_properties]] ta
| [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 |
| [current_trackid](playlist_properties) | The current trackid of this decade |
### The `decade_tracks_view`
The `decade_tracks_view` joins the `decades` table with the [[tracks]] and [[libraries]] tables to form a list of [[tracks]] that belong to each decade, but are not being deleted.
| Column | Description |
| ----------------- | ------------------------ |
| [trackid](tracks) | The trackid of the track |
| decade | The decade |