Update 'years'

Anna Schumaker 2023-05-10 13:28:08 -04:00
parent 6993fcadc7
commit 455166dba0

@ -15,9 +15,13 @@ The `years` table holds information for year playlists.
### The `years_view`
The `years_view` joins the `years` table with the [[playlist_properties]] table so the application can use one query to access all the relevant state for each year.
| Column | Description |
| --------------------------------- | ------------------------------------------------------ |
| year | The year |
| [propertyid](playlist_properties) | The rowid of the [[playlist_properties]] for this year |
| name | The year formatted as a string |
| [active](playlist_properties) | The active state of this year |
| Column | Description |
| -------------------------------------- | ------------------------------------------------------ |
| year | The year |
| [propertyid](playlist_properties) | The rowid of the [[playlist_properties]] for this year |
| name | The year formatted as a string |
| [active](playlist_properties) | The active state of this year |
| [loop](playlist_properties) | The loop state of this year |
| [shuffle](playlist_properties) | The shuffle state of this year |
| [sort_order](playlist_properties) | The sort order of this year |
| [current_trackid](playlist_properties) | The current trackid of this year |