forked from rc/aircox
#93 Co-authored-by: bkfox <thomas bkfox net> Reviewed-on: rc/aircox#95
This commit is contained in:
19
aircox/migrations/0009_track_year.py
Normal file
19
aircox/migrations/0009_track_year.py
Normal file
@ -0,0 +1,19 @@
|
||||
# Generated by Django 4.1 on 2022-12-09 13:50
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("aircox", "0008_alter_diffusion_options_track_album_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="track",
|
||||
name="year",
|
||||
field=models.IntegerField(
|
||||
blank=True, null=True, verbose_name="year"
|
||||
),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user