mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-04 08:10:00 -04:00
Add sms notifications from a service to a queue.
This commit is contained in:
@@ -86,6 +86,7 @@ class Service(db.Model):
|
||||
restricted = db.Column(db.Boolean, index=False, unique=False, nullable=False)
|
||||
queue_name = db.Column(UUID(as_uuid=True))
|
||||
|
||||
|
||||
class ApiKey(db.Model):
|
||||
__tablename__ = 'api_key'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user