Changelog: https://roxy-wi.org/changelog#6_2_0
pull/343/head
Pavel Loginov 2022-10-04 18:06:34 +03:00
parent cf2bbce46f
commit 2e75eced41
1 changed files with 1 additions and 1 deletions

View File

@ -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):