Skip to content

Commit

Permalink
Correct migration
Browse files Browse the repository at this point in the history
  • Loading branch information
poxip committed Aug 4, 2017
1 parent f086e21 commit bd58aa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jwt_devices/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class Migration(migrations.Migration):
migrations.CreateModel(
name='Device',
fields=[
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
('permanent_token', models.CharField(max_length=255, unique=True, serialize=False)),
('jwt_secret', models.UUIDField(default=uuid.uuid4, editable=False)),
('created', models.DateTimeField(auto_now_add=True)),
Expand Down

0 comments on commit bd58aa5

Please sign in to comment.