Skip to content

Commit

Permalink
migrations thing
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed May 30, 2019
1 parent f732d1e commit b677418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __version__
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2
0.2.3
2 changes: 1 addition & 1 deletion firmware_uploads/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def higher_version_than(self, semver: semantic_version.Version):


class FirmwareUpload(models.Model):
product = models.ForeignKey(Product, on_delete=models.CASCADE, default=1)
product = models.ForeignKey(Product, on_delete=models.CASCADE, null=True)

major_version = models.IntegerField()
minor_version = models.IntegerField()
Expand Down

0 comments on commit b677418

Please sign in to comment.