Move scrobble ownership to associative tables in db

This commit is contained in:
mitteneer 2025-03-28 17:07:12 -04:00
parent 29f8837f19
commit 9760ca7fbc
3 changed files with 11 additions and 8 deletions

View file

@ -15,7 +15,7 @@ pub const database = .{
.port = 5432,
.username = "postgres",
.password = "postgres",
.database = "zuletzt_dev",
.database = "zuletzt_aos_dev",
.pool_size = 16,
},