Add docs/code comments for message-send-flow

This commit is contained in:
Andrew Shumway
2024-03-18 11:45:40 -06:00
parent 0e1c5e4c9d
commit 6599c284cc
5 changed files with 16 additions and 14 deletions

View File

@@ -469,7 +469,8 @@ def upgrade():
postgresql_using=enum_using("notification_type", NotificationType),
)
# Clobbering bad data here. These are values we don't use any more, and anything with them is unnecessary.
op.execute("""
op.execute(
"""
delete from
service_permissions
where
@@ -480,7 +481,8 @@ def upgrade():
'international_letters',
'broadcast'
);
""")
"""
)
op.alter_column(
"service_permissions",
"permission",