mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
feat: Bump django, update migration and change cmd to use JSONField
This commit is contained in:
parent
f61e6a74bb
commit
4b3f72202b
5 changed files with 8 additions and 8 deletions
|
@ -160,7 +160,7 @@ class Snapshot(models.Model):
|
|||
|
||||
class ArchiveResult(models.Model):
|
||||
snapshot = models.ForeignKey(Snapshot, on_delete=models.CASCADE)
|
||||
cmd = models.CharField(max_length=500)
|
||||
cmd = models.JSONField()
|
||||
pwd = models.CharField(max_length=256)
|
||||
cmd_version = models.CharField(max_length=32)
|
||||
output = models.CharField(max_length=512)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue