Changelog: https://roxy-wi.org/changelog#7.1.0
pull/375/head
Aidaho 2024-01-03 11:20:34 +03:00
parent 3f9a640cdf
commit 036241556f
1 changed files with 1 additions and 1 deletions

View File

@ -655,7 +655,7 @@ class HaCluster(BaseModel):
syn_flood = IntegerField(constraints=[SQL('DEFAULT "0"')])
group_id = IntegerField()
desc = CharField()
pos = IntegerField()
pos = IntegerField(constraints=[SQL('DEFAULT "0"')])
class Meta:
table_name = 'ha_clusters'