mirror of https://github.com/Aidaho12/haproxy-wi
parent
2739121bad
commit
66ac5edf61
|
@ -481,6 +481,7 @@ class Services(BaseModel):
|
|||
class Meta:
|
||||
table_name = 'services'
|
||||
primary_key = False
|
||||
constraints = [SQL('UNIQUE (service_id, service)')]
|
||||
|
||||
|
||||
def create_tables():
|
||||
|
|
Loading…
Reference in New Issue