forked from 0x2620/pandora
random can be NULL for now
This commit is contained in:
parent
913ad7dd0c
commit
22c5e10672
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ attrs = {
|
|||
'aspect_ratio': models.FloatField(default=0),
|
||||
|
||||
'item': models.ForeignKey('item.Item', related_name='clips'),
|
||||
'random': models.BigIntegerField(default=0, db_index=True),
|
||||
'random': models.BigIntegerField(default=0, db_index=True, null=True),
|
||||
|
||||
#seconds
|
||||
'start': models.FloatField(default=-1, db_index=True),
|
||||
|
|
Loading…
Reference in a new issue