mirror of https://github.com/Aidaho12/haproxy-wi
parent
cf2bbce46f
commit
2e75eced41
|
@ -178,7 +178,7 @@ class Cred(BaseModel):
|
|||
|
||||
class Meta:
|
||||
table_name = 'cred'
|
||||
constraints = [SQL('UNIQUE (name, groups)')]
|
||||
constraints = [SQL('UNIQUE (name, `groups`)')]
|
||||
|
||||
|
||||
class Backup(BaseModel):
|
||||
|
|
Loading…
Reference in New Issue