Working acme flow. Pending DNS providers UI
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
from sqlalchemy import Column, Integer, PrimaryKeyConstraint, String, text, UniqueConstraint
|
||||
from sqlalchemy import Column, Integer, String, text
|
||||
from sqlalchemy.dialects.postgresql import JSON
|
||||
from sqlalchemy_utils import ArrowType
|
||||
|
||||
|
@ -30,4 +30,4 @@ def delete(dns_provider_id):
|
||||
|
||||
:param dns_provider_id: Lemur assigned ID
|
||||
"""
|
||||
database.delete(get(dns_provider_id))
|
||||
database.delete(get(dns_provider_id))
|
||||
|
Reference in New Issue
Block a user