mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-08 08:28:24 -04:00
add devcontainer configs and docker network orchestration
This commit is contained in:
@@ -17,7 +17,7 @@ import sqlalchemy as sa
|
||||
def upgrade():
|
||||
op.execute("""
|
||||
UPDATE users
|
||||
SET email_address = 'notify-service-user@digital.cabinet-office.gov.uk'
|
||||
SET email_address = 'testsender@dispostable.com'
|
||||
WHERE email_address = 'notify-service-user@digital.cabinet-office'
|
||||
""")
|
||||
|
||||
@@ -26,5 +26,5 @@ def downgrade():
|
||||
op.execute("""
|
||||
UPDATE users
|
||||
SET email_address = 'notify-service-user@digital.cabinet-office'
|
||||
WHERE email_address = 'notify-service-user@digital.cabinet-office.gov.uk'
|
||||
WHERE email_address = 'testsender@dispostable.com'
|
||||
""")
|
||||
|
||||
Reference in New Issue
Block a user