mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-22 23:49:15 +00:00
0.1.2
- Add docker-compose file for local dev - Implemented top listeners for artist/album endpoints to match track - Add recent endpoint
This commit is contained in:
parent
73bfa838ae
commit
3698c0b436
17 changed files with 398 additions and 35 deletions
1
migrations/0_create_db.sql
Normal file
1
migrations/0_create_db.sql
Normal file
|
@ -0,0 +1 @@
|
|||
CREATE DATABASE IF NOT EXISTS goscrobble;
|
Loading…
Add table
Add a link
Reference in a new issue