Changelog: https://roxy-wi.org/changelog.py#6
pull/321/head
Pavel Loginov 2022-04-20 18:13:42 +03:00
parent 2739121bad
commit 66ac5edf61
1 changed files with 1 additions and 0 deletions

View File

@ -481,6 +481,7 @@ class Services(BaseModel):
class Meta:
table_name = 'services'
primary_key = False
constraints = [SQL('UNIQUE (service_id, service)')]
def create_tables():