mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
calculate billable units when sending an sms
don't calculate it if we're in research mode * added tests to prove this * removed last code referring to content_char_count
This commit is contained in:
@@ -15,10 +15,6 @@ import sqlalchemy as sa
|
||||
from sqlalchemy.orm.session import Session
|
||||
|
||||
from app.models import Service
|
||||
import logging
|
||||
|
||||
logging.basicConfig()
|
||||
logging.getLogger('sqlalchemy.engine').setLevel(logging.INFO)
|
||||
|
||||
def upgrade():
|
||||
op.add_column('notifications', sa.Column('billable_units', sa.Integer()))
|
||||
|
||||
Reference in New Issue
Block a user