Files
vrobbler/vrobbler/apps/profiles/migrations/0033_userprofile_mopidy_api_url.py
Colin Powell ee01e3d8df
All checks were successful
build / test (push) Successful in 2m2s
[tracks] Add mopidy queue button
2026-06-04 13:11:21 -04:00

19 lines
431 B
Python

# Generated by Django 4.2.30 on 2026-06-04 16:27
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("profiles", "0032_userprofile_weigh_in_units"),
]
operations = [
migrations.AddField(
model_name="userprofile",
name="mopidy_api_url",
field=models.CharField(blank=True, max_length=255, null=True),
),
]