fix(api/migrations): makemigrations --merge
Co-Authored-By: jon r <jon@allmende.io>
This commit is contained in:
parent
94f7e77099
commit
8867bad9b0
|
@ -0,0 +1,13 @@
|
||||||
|
# Generated by Django 4.2.9 on 2024-08-28 16:33
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("music", "0058_upload_quality"),
|
||||||
|
("music", "0063_auto_20240122_1358"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = []
|
Loading…
Reference in New Issue