mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 23:55:58 -05:00
move sqlalchemy defaults from booleans to SQL constructs
booleans aren't actually allowed, and quietly do nothing also default Services.active to true
This commit is contained in:
@@ -139,7 +139,7 @@ def sample_service(notify_db,
|
||||
data = {
|
||||
'name': service_name,
|
||||
'message_limit': limit,
|
||||
'active': False,
|
||||
'active': True,
|
||||
'restricted': restricted,
|
||||
'email_from': email_from,
|
||||
'created_by': user
|
||||
|
||||
Reference in New Issue
Block a user