mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 13:38:15 -08:00
fix: release associations and add cleanup migration (#168)
* fix: release associations and add cleanup migration * fix: incorrect test
This commit is contained in:
parent
16cee8cfca
commit
cb4d177875
9 changed files with 106 additions and 26 deletions
|
|
@ -18,7 +18,7 @@
|
|||
},
|
||||
"album": {
|
||||
"image_url": "https://cdn-images.dzcdn.net/images/cover/1f54d600d0ce5c88a6b2fd75659ec796/1000x1000-000000-80-0-0.jpg",
|
||||
"mbid": null,
|
||||
"mbid": "d0ec30bd-7cdc-417c-979d-5a0631b8a161",
|
||||
"aliases": [
|
||||
{
|
||||
"alias": "American Football (LP3)",
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
},
|
||||
"album": {
|
||||
"image_url": "https://cdn-images.dzcdn.net/images/cover/1f54d600d0ce5c88a6b2fd75659ec796/1000x1000-000000-80-0-0.jpg",
|
||||
"mbid": null,
|
||||
"mbid": "d0ec30bd-7cdc-417c-979d-5a0631b8a161",
|
||||
"aliases": [
|
||||
{
|
||||
"alias": "American Football (LP3)",
|
||||
|
|
@ -122,7 +122,7 @@
|
|||
},
|
||||
"album": {
|
||||
"image_url": "https://cdn-images.dzcdn.net/images/cover/1f54d600d0ce5c88a6b2fd75659ec796/1000x1000-000000-80-0-0.jpg",
|
||||
"mbid": null,
|
||||
"mbid": "d0ec30bd-7cdc-417c-979d-5a0631b8a161",
|
||||
"aliases": [
|
||||
{
|
||||
"alias": "American Football (LP3)",
|
||||
|
|
@ -174,7 +174,7 @@
|
|||
},
|
||||
"album": {
|
||||
"image_url": "https://cdn-images.dzcdn.net/images/cover/1f54d600d0ce5c88a6b2fd75659ec796/1000x1000-000000-80-0-0.jpg",
|
||||
"mbid": null,
|
||||
"mbid": "d0ec30bd-7cdc-417c-979d-5a0631b8a161",
|
||||
"aliases": [
|
||||
{
|
||||
"alias": "American Football (LP3)",
|
||||
|
|
@ -226,7 +226,7 @@
|
|||
},
|
||||
"album": {
|
||||
"image_url": "https://cdn-images.dzcdn.net/images/cover/1f54d600d0ce5c88a6b2fd75659ec796/1000x1000-000000-80-0-0.jpg",
|
||||
"mbid": null,
|
||||
"mbid": "d0ec30bd-7cdc-417c-979d-5a0631b8a161",
|
||||
"aliases": [
|
||||
{
|
||||
"alias": "American Football (LP3)",
|
||||
|
|
@ -278,7 +278,7 @@
|
|||
},
|
||||
"album": {
|
||||
"image_url": "https://cdn-images.dzcdn.net/images/cover/1f54d600d0ce5c88a6b2fd75659ec796/1000x1000-000000-80-0-0.jpg",
|
||||
"mbid": null,
|
||||
"mbid": "d0ec30bd-7cdc-417c-979d-5a0631b8a161",
|
||||
"aliases": [
|
||||
{
|
||||
"alias": "American Football (LP3)",
|
||||
|
|
@ -330,7 +330,7 @@
|
|||
},
|
||||
"album": {
|
||||
"image_url": "https://cdn-images.dzcdn.net/images/cover/1f54d600d0ce5c88a6b2fd75659ec796/1000x1000-000000-80-0-0.jpg",
|
||||
"mbid": null,
|
||||
"mbid": "d0ec30bd-7cdc-417c-979d-5a0631b8a161",
|
||||
"aliases": [
|
||||
{
|
||||
"alias": "American Football (LP3)",
|
||||
|
|
@ -703,4 +703,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue