first backend frontend split
with docker compose file nextjs something something also includes migrations
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.0.1 on 2024-02-12 13:42
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('playlist', '0006_track_banter_done'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='album',
|
||||
name='image_url',
|
||||
field=models.URLField(null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user