Skip to content

Commit

Permalink
Add section slug column
Browse files Browse the repository at this point in the history
  • Loading branch information
psiemens committed Jun 20, 2018
1 parent e9bce2c commit e520a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dispatch/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ class Migration(migrations.Migration):
fields=[
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
('name', models.CharField(max_length=100, unique=True)),
('slug', models.SlugField(unique=True)),
],
),
migrations.CreateModel(
Expand Down

0 comments on commit e520a75

Please sign in to comment.