mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 15:22:24 -05:00
reformat
This commit is contained in:
@@ -7,8 +7,8 @@ Create Date: 2018-05-21 14:24:27.229511
|
||||
"""
|
||||
from alembic import op
|
||||
|
||||
revision = '0191_ft_billing_pkey'
|
||||
down_revision = '0189_ft_billing_data_type'
|
||||
revision = "0191_ft_billing_pkey"
|
||||
down_revision = "0189_ft_billing_data_type"
|
||||
|
||||
|
||||
def upgrade():
|
||||
@@ -26,4 +26,4 @@ def downgrade():
|
||||
sql = """ALTER TABLE ft_billing ADD CONSTRAINT
|
||||
ft_billing_pkey PRIMARY KEY
|
||||
(bst_date, template_id, service_id, rate_multiplier, provider, notification_type, international)"""
|
||||
op.execute(sql)
|
||||
op.execute(sql)
|
||||
|
||||
Reference in New Issue
Block a user