temporal upload. parcial Phase 2 implementation
This commit is contained in:
@@ -206,6 +206,9 @@ class Version(models.Model):
|
||||
version_name = models.CharField(max_length=64)
|
||||
changelog = models.TextField(blank=True, default='')
|
||||
downloads = models.PositiveIntegerField(default=0)
|
||||
pack_format = models.IntegerField(null=True, blank=True)
|
||||
pack_description = models.TextField(blank=True, default='')
|
||||
mods_manifest = models.JSONField(default=dict, blank=True)
|
||||
created_at = models.DateTimeField(auto_now_add=True)
|
||||
|
||||
class Meta:
|
||||
|
||||
Reference in New Issue
Block a user