emmental/emmental/db
Anna Schumaker c7dca6164e db: Create a listenbrainz_queue table in the database
I bump the user_version to 3 at the same time. This table will be used
to hold listenbrainz listens that have not yet been submitted to the
listenbrainz server. I also give the Track table functions to get and
delete listens from this table as needed by the listenbrainz thread.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2024-03-18 11:17:30 -04:00
..
__init__.py db: Create a listenbrainz_queue table in the database 2024-03-18 11:17:30 -04:00
albums.py db: Have Playlists use the child_set as the children base model 2023-06-23 11:37:47 -04:00
artists.py db: Have Playlists use the child_set as the children base model 2023-06-23 11:37:47 -04:00
connection.py db: Give the db an executescript() function 2023-10-18 10:51:43 -04:00
decades.py db: Have Playlists use the child_set as the children base model 2023-06-23 11:37:47 -04:00
emmental.sql db: Give Libraries knowledge about their Tracks & Properties 2023-05-10 17:31:33 -04:00
genres.py db: Give Genres knowledge about their Tracks & Properties 2023-05-10 17:31:33 -04:00
idle.py db: Give the Idle Queue a way to handle high priority tasks 2023-06-28 10:09:53 -04:00
libraries.py db: Convert the tagger to the new Thread class 2024-03-13 11:30:47 -04:00
media.py db: Have Album playlists use the new child_set 2023-06-23 11:37:47 -04:00
playlist.py db: Disable incremental filtering 2023-06-28 10:09:53 -04:00
playlists.py db: Reload the New Tracks playlist at midnight 2023-10-20 16:31:16 -04:00
settings.py db: Give Tables an idle Queue 2023-04-12 10:44:27 -04:00
table.py db: Disable incremental filtering 2023-06-28 10:09:53 -04:00
tagger.py db: Convert the tagger to the new Thread class 2024-03-13 11:30:47 -04:00
tracks.py db: Create a listenbrainz_queue table in the database 2024-03-18 11:17:30 -04:00
upgrade-v2.sql db: Save and restore the track added date when deleting a Track 2023-10-20 16:31:09 -04:00
upgrade-v3.sql db: Create a listenbrainz_queue table in the database 2024-03-18 11:17:30 -04:00
years.py db: Have decade Playlists use the new child_set 2023-06-23 11:37:47 -04:00