Change log: https://roxy-wi.org/changelog.py#6_1_3
pull/334/head
Pavel Loginov 2022-08-02 12:35:15 +03:00
parent 963ef82345
commit 7a336ac9d7
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ class WafRules(BaseModel):
rule_file = CharField()
desc = TextField(null=True)
en = IntegerField(constraints=[SQL('DEFAULT 1')])
service = CharField(constraints=[SQL('haproxy')])
service = CharField(constraints=[SQL('DEFAULT "haproxy"')])
class Meta:
table_name = 'waf_rules'