Update saved_track_data

Anna Schumaker 2023-10-23 10:17:46 -04:00
parent 6a55c6088d
commit dd04fd305c

@ -9,6 +9,7 @@ The `saved_track_data` table is used to preserve [track](tracks) data when track
| playcount | INTEGER | 0 | The playcount of the track |
| lastplayed | TIMESTAMP | NULL | The last played timestamp of the track |
| laststarted | TIMESTAMP | NULL | The last started timestamp of the track |
| added | DATE | NULL | The date the track was originally added to the database |
### Triggers
| Name | When | Description |