emmental/db
Anna Schumaker ad9cf2b135 db: Store lastplayed as a timestamp
Instead of just a date object.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2021-08-26 17:06:47 -04:00
..
__init__.py db: Give Playlists a PlaylistState property 2021-08-23 13:48:20 -04:00
album.py db: Give Albums a PlaylistState property 2021-08-23 13:18:25 -04:00
artist.py db: Give Artists a PlaylistState property 2021-08-23 13:18:27 -04:00
decade.py db: Give Decades a PlaylistState property 2021-08-23 13:18:28 -04:00
disc.py db: Give Discs a PlaylistState property 2021-08-23 13:18:28 -04:00
genre.py db: Give Genres a PlaylistState property 2021-08-23 13:18:29 -04:00
library.py db: Give Tables a get_all() function 2021-08-26 14:18:06 -04:00
objects.py db: Give Tables a get_all() function 2021-08-26 14:18:06 -04:00
playlist.py db: Give Playlists a PlaylistState property 2021-08-23 13:48:20 -04:00
state.py db: Create a PlaylistStateTable and PlaylistState object 2021-08-23 13:18:24 -04:00
test_album.py db: Give Albums a PlaylistState property 2021-08-23 13:18:25 -04:00
test_artist.py db: Give Artists a PlaylistState property 2021-08-23 13:18:27 -04:00
test_db.py db: Add initial SQL connection object 2021-08-22 07:33:43 -04:00
test_decade.py db: Give Decades a PlaylistState property 2021-08-23 13:18:28 -04:00
test_disc.py db: Give Discs a PlaylistState property 2021-08-23 13:18:28 -04:00
test_genre.py db: Give Genres a PlaylistState property 2021-08-23 13:18:29 -04:00
test_library.py db: Give Tables a get_all() function 2021-08-26 14:18:06 -04:00
test_objects.py db: Give Tables a get_all() function 2021-08-26 14:18:06 -04:00
test_playlist.py db: Give Playlists a PlaylistState property 2021-08-23 13:48:20 -04:00
test_state.py db: Create a PlaylistStateTable and PlaylistState object 2021-08-23 13:18:24 -04:00
test_track.py db: Store lastplayed as a timestamp 2021-08-26 17:06:47 -04:00
test_year.py db: Give Years a PlaylistState property 2021-08-23 13:18:30 -04:00
track.py db: Store lastplayed as a timestamp 2021-08-26 17:06:47 -04:00
year.py db: Give Years a PlaylistState property 2021-08-23 13:18:30 -04:00