mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 13:56:01 +01:00
bug fix in fixMariaDB
This commit is contained in:
@@ -41,7 +41,7 @@ class Comments(models.Model):
|
|||||||
type = models.CharField(max_length=10)
|
type = models.CharField(max_length=10)
|
||||||
modified_at = models.IntegerField()
|
modified_at = models.IntegerField()
|
||||||
account = models.CharField(max_length=40)
|
account = models.CharField(max_length=40)
|
||||||
comment = models.CharField(max_length=64000)
|
comment = models.TextField()
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
db_table = 'comments'
|
db_table = 'comments'
|
||||||
|
|||||||
Reference in New Issue
Block a user