Browse Source

Delete 0003_auto_20180608_2007.py

master
Chris Shyi 6 years ago
committed by GitHub
parent
commit
ef7933fb67
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      spotifyvis/migrations/0003_auto_20180608_2007.py

18
spotifyvis/migrations/0003_auto_20180608_2007.py

@ -1,18 +0,0 @@
# Generated by Django 2.0.5 on 2018-06-09 00:07
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('spotifyvis', '0002_auto_20180608_2002'),
]
operations = [
migrations.AlterField(
model_name='track',
name='name',
field=models.CharField(max_length=150),
),
]
Loading…
Cancel
Save