Skip to content

Commit

Permalink
I think this was just a typo :)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbuehl committed Oct 23, 2013
1 parent 36e77f6 commit 1a946a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djcelery/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def forwards(self, orm):
# Adding model 'WorkerState'
db.create_table('djcelery_workerstate', (
('id', self.gf('django.db.models.fields.AutoField')(primary_key=True)),
('hostname', self.gf('django.db.models.fields.CharField')(unique=True, max_length=19)),
('hostname', self.gf('django.db.models.fields.CharField')(unique=True, max_length=191)),
('last_heartbeat', self.gf('django.db.models.fields.DateTimeField')(null=True, db_index=True)),))
db.send_create_signal('djcelery', ['WorkerState'])

Expand Down

1 comment on commit 1a946a7

@pjambet
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was 🤣

Please sign in to comment.